次の方法で共有


XRAlignmentX (Windows Embedded CE 6.0)

1/6/2010

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 toward the left side of the container.
  • XRAlignmentX_Center
    The contents align toward the center of the container.
  • XRAlignmentX_Right
    The contents align toward the right side of the container.

.NET Framework Equivalent

System.Windows.Media.AlignmentX

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