Share via


XRAlignmentX (Compact 2013)

3/28/2014

This enumeration describes how content is positioned horizontally in a container.

Syntax

enum XRAlignmentX{
    XRAlignmentX_Left=0,
    XRAlignmentX_Center=1,
    XRAlignmentX_Right=2,
};

Members

  • XRAlignmentX_Left
    The contents align to the left side of the container.
  • XRAlignmentX_Center
    The contents align to the center of the container.
  • XRAlignmentX_Right
    The contents align to the right side of the container.

.NET Framework Equivalent

System.Windows.Media.AlignmentX

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

XAML for Windows Embedded Enumerations
IXRTileBrush::GetAlignmentX
IXRTileBrush::SetAlignmentX