TileBrush.AlignmentX Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property AlignmentX AlignmentX { AlignmentX get(); void set(AlignmentX value); };
AlignmentX AlignmentX();
void AlignmentX(AlignmentX value);
public AlignmentX AlignmentX { get; set; }
var alignmentX = tileBrush.alignmentX;
tileBrush.alignmentX = alignmentX;
Public Property AlignmentX As AlignmentX
<brush AlignmentX="Left"/>
-or-
<brush AlignmentX="Center"/>
-or-
<brush AlignmentX="Right"/>
Property Value
A value that specifies the horizontal position of TileBrush content in its base tile. The default value is Center.