AlignmentY Enumeration

Describes how content is positioned vertically in a container.

XAML
<object property="EnumerationValue" .../>
Scripting
value = "EnumerationValue"

Enumeration Values

Value Description
Top Content is vertically aligned with the top of the container.
Center Content is centered vertically in the container.
Bottom Content is vertically aligned with the bottom of the container.

Remarks

AlignmentY specifies the vertical alignment of the object in a container.

Applies To

AlignmentY (ImageBrush)