VerticalCharacterAlignment
VerticalCharacterAlignment
VerticalCharacterAlignment
VerticalCharacterAlignment
Enum
Definition
Specifies the vertical position of a character relative to a bounding rectangle.
public : enum class VerticalCharacterAlignmentpublic enum VerticalCharacterAlignmentPublic Enum VerticalCharacterAlignment// 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
| Baseline Baseline Baseline Baseline | The character is positioned at the text baseline. |
| Bottom Bottom Bottom Bottom | The character is positioned at the bottom edge of the bounding rectangle. |
| Top Top Top Top | The character is positioned at the top edge of the bounding rectangle. |