Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 661 Bytes

tilebrush_alignmentx.md

File metadata and controls

34 lines (23 loc) · 661 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Media.TileBrush.AlignmentX
winrt property

Windows.UI.Xaml.Media.TileBrush.AlignmentX

-description

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

-xaml-syntax

<brush AlignmentX="Left"/>
-or-
<brush AlignmentX="Center"/>
-or-
<brush AlignmentX="Right"/>

-property-value

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

-remarks

-examples

-see-also