AlignmentY Property
Collapse the table of content
Expand the table of content

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.

Namespace:  System.Windows.Media
Assembly:  System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.

'Declaration
Public Property AlignmentY As AlignmentY
<brush AlignmentY="Top"/>
-or-
<brush AlignmentY="Center"/>
-or-
<brush AlignmentY="Bottom"/>

Property Value

Type: System.Windows.Media.AlignmentY
A value that specifies the vertical position of TileBrush content in its base tile. The default value is Center.

Dependency property identifier field: AlignmentYProperty

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft