Click or drag to resize

TextAlignment Enumeration

Specifies the text alignment relative to its layout rectangle.

Namespace:  Zebra.Sdk.Card.Graphics.Enumerations
Assembly:  SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax
[FlagsAttribute]
public enum TextAlignment
Members
  Member nameValueDescription
Left1 Text is aligned to the left of the layout rectangle.
Center2 Text is aligned to the center of the layout rectangle.
Right4 Text is aligned to the right of the layout rectangle.
Top8 Text is aligned to the top of the layout rectangle.
Bottom16 Text is aligned to the bottom of the layout rectangle.
See Also