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