Share via


XRAlignmentY (Windows Embedded CE 6.0)

1/6/2010

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 toward the upper edge of the container.
  • XRAlignmentY_Center
    The contents align toward the center of the container.
  • XRAlignmentY_Bottom
    The contents align toward the lower edge of the container.

.NET Framework Equivalent

System.Windows.Media.AlignmentY

Requirements

Header XamlRuntime.h
sysgen SYSGEN_XAML_RUNTIME
Windows Embedded CE Windows Embedded CE 6.0 R3

See Also

Reference

Silverlight for Windows Embedded Enumerations