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
<FlagsAttribute>
Public Enumeration TextAlignment
[FlagsAttribute]
public enum class TextAlignment
Members
| Member name | Value | Description |
---|
| Left | 1 |
Text is aligned to the left of the layout rectangle.
|
| Center | 2 |
Text is aligned to the center of the layout rectangle.
|
| Right | 4 |
Text is aligned to the right of the layout rectangle.
|
| Top | 8 |
Text is aligned to the top of the layout rectangle.
|
| Bottom | 16 |
Text is aligned to the bottom of the layout rectangle.
|
See Also