This topic has not yet been rated - Rate this topic

TileBrush.AlignmentX property

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

Syntax


public AlignmentX AlignmentX { get; set; }


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

Property value

Type: AlignmentX

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

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Media
Windows::UI::Xaml::Media [C++]

Metadata

Windows.winmd

See also

TileBrush

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.