TileBrush.AlignmentY 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 AlignmentY AlignmentY { AlignmentY get(); void set(AlignmentY value); };
AlignmentY AlignmentY();
void AlignmentY(AlignmentY value);
public AlignmentY AlignmentY { get; set; }
var alignmentY = tileBrush.alignmentY;
tileBrush.alignmentY = alignmentY;
Public Property AlignmentY As AlignmentY
<brush AlignmentY="Top"/>
-or-
<brush AlignmentY="Center"/>
-or-
<brush AlignmentY="Bottom"/>
Property Value
A value that specifies the vertical position of TileBrush content in its base tile. The default value is Center.