TileBrush.AlignmentY Property

Definition

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

public:
 property System::Windows::Media::AlignmentY AlignmentY { System::Windows::Media::AlignmentY get(); void set(System::Windows::Media::AlignmentY value); };
public System.Windows.Media.AlignmentY AlignmentY { get; set; }
member this.AlignmentY : System.Windows.Media.AlignmentY with get, set
Public Property AlignmentY As AlignmentY

Property Value

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

Remarks

The AlignmentX and AlignmentY properties of a TileBrush are used when either of the following conditions are true:

Note that you specify the dimensions of TileBrush content by using the Viewbox property; you specify the position and size of the TileBrush base tile by using the Viewport property.

Dependency Property Information

Identifier field AlignmentYProperty
Metadata properties set to true None

Applies to

See also