Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
This enumeration specifies whether text is centered, left-aligned, or right-aligned.
Syntax
enum XRTextAlignment{
XRTextAlignment_Center=0,
XRTextAlignment_Left=1,
XRTextAlignment_Right=2
};
Members
- XRTextAlignment_Center
Indicates that text is centered.
- XRTextAlignment_Left
Indicates that text is left-aligned.
- XRTextAlignment_Right
Indicates that text is right-aligned.
.NET Framework Equivalent
System.Windows.TextAlignment
Requirements
| Header | XamlRuntime.h |
| sysgen | SYSGEN_XAML_RUNTIME |
| Windows Embedded CE | Windows Embedded CE 6.0 R3 |