XROrientation (Windows Embedded CE 6.0)
1/6/2010
This enumeration defines the different orientations that a control or layout can have.
Syntax
enum XROrientation{
XROrientation_Vertical=0,
XROrientation_Horizontal=1
};
Members
- XROrientation_Vertical
The control or layout should be vertically oriented.
- XROrientation_Horizontal
The control or layout should be horizontally oriented.
Remarks
The orientation determines whether an object will arrange itself in the horizontal or vertical direction and can be set on an IXRSlider orIXRStackPanel object.
.NET Framework Equivalent
System.Windows.Controls.Orientation
Requirements
Header | XamlRuntime.h |
sysgen | SYSGEN_XAML_RUNTIME |
Windows Embedded CE | Windows Embedded CE 6.0 R3 |