TileBrush.AlignmentX 属性

定义

获取或设置 TileBrush 基本磁贴中内容的水平对齐方式。

public:
 property System::Windows::Media::AlignmentX AlignmentX { System::Windows::Media::AlignmentX get(); void set(System::Windows::Media::AlignmentX value); };
public System.Windows.Media.AlignmentX AlignmentX { get; set; }
member this.AlignmentX : System.Windows.Media.AlignmentX with get, set
Public Property AlignmentX As AlignmentX

属性值

用于指定 TileBrush 内容在其基本磁贴中水平位置的值。 默认值是 Center

注解

当满足以下任一条件时,将使用 TileBrushAlignmentXAlignmentY 属性:

请注意,使用 Viewbox 属性指定内容的尺寸TileBrush;使用 属性指定基本磁贴Viewport的位置和大小TileBrush

依赖项属性信息

标识符字段 AlignmentXProperty
元数据属性设置为 true

适用于

另请参阅