TileBrush.AlignmentX Property

Definition

Gets or sets the horizontal alignment of content in the TileBrush base tile.

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

Property Value

A value that specifies the horizontal position of TileBrush content in its base tile. The default value is Center.

Remarks

The AlignmentX and AlignmentY properties of a TileBrush are used when either of the following conditions is true:

Note that you specify the dimensions of TileBrush content by using the Viewbox property; you specify the position and size of the TileBrush base tile by using the Viewport property.

Dependency Property Information

Identifier field AlignmentXProperty
Metadata properties set to true None

Applies to

See also