HorizontalCharacterAlignment
HorizontalCharacterAlignment
HorizontalCharacterAlignment
HorizontalCharacterAlignment
Enum
Definition
Specifies the horizontal position of a character relative to a bounding rectangle.
public : enum class HorizontalCharacterAlignmentpublic enum HorizontalCharacterAlignmentPublic Enum HorizontalCharacterAlignment// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Center Center Center Center | The character is at the center of the bounding rectangle. |
| Left Left Left Left | The character is at the left edge of the bounding rectangle. |
| Right Right Right Right | The character is at the right edge of the bounding rectangle. |