LineDisplayHorizontalAlignment
LineDisplayHorizontalAlignment
LineDisplayHorizontalAlignment
LineDisplayHorizontalAlignment
Enum
Definition
Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Prerelease APIs are identified by a Prerelease label.
[Contains prerelease APIs.]
Defines the constants that indicate the horizontal alignment of text on a line display, relative to the current text character position.
public : enum class LineDisplayHorizontalAlignmentpublic enum LineDisplayHorizontalAlignmentPublic Enum LineDisplayHorizontalAlignment// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Insider Preview (introduced v10.0.16257.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v5)
|
Fields
| Center Center Center Center | Prerelease. Align the bitmap in the horizontal center of the current character position. |
| Left Left Left Left | Prerelease. Align the bitmap's left edge with the leftmost pixel of the current charcter position. |
| Right Right Right Right | Prerelease. Align the bitmap's right edge with the rightmost pixel of the current charcter position. |