TileBrush.AlignmentX Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the horizontal alignment of content in the TileBrush base tile.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
<brush AlignmentX="Left"/> -or- <brush AlignmentX="Center"/> -or- <brush AlignmentX="Right"/>
Property Value
Type: System.Windows.Media.AlignmentXA value that specifies the horizontal position of TileBrush content in its base tile. The default value is Center.
Dependency property identifier field: AlignmentXProperty
Show: