AlignmentX Property
Collapse the table of content
Expand the table of content

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.

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

public AlignmentX AlignmentX { get; set; }
<brush AlignmentX="Left"/>
-or-
<brush AlignmentX="Center"/>
-or-
<brush AlignmentX="Right"/>

Property Value

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

Dependency property identifier field: AlignmentXProperty

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft