XRAlignmentY (Compact 2013)
3/28/2014
This enumeration describes how content is positioned vertically in a container.
Syntax
enum XRAlignmentY{
XRAlignmentY_Top=0,
XRAlignmentY_Center=1,
XRAlignmentY_Bottom=2,
};
Members
- XRAlignmentY_Top
The contents align to the upper edge of the container.
- XRAlignmentY_Center
The contents align to the center of the container.
- XRAlignmentY_Bottom
The contents align to the lower edge of the container.
.NET Framework Equivalent
System.Windows.Media.AlignmentY
Requirements
Header |
XamlRuntime.h |
sysgen |
SYSGEN_XAML_RUNTIME |
See Also
Reference
XAML for Windows Embedded Enumerations
IXRTileBrush::GetAlignmentY
IXRTileBrush::SetAlignmentY