AlignmentX Enumeration

Describes how content is positioned horizontally in a container.

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

Enumeration Values

Value Description
Left Content is horizontally aligned with the left side of the container.
Center Content is centered horizontally in the container.
Right Content is horizontally aligned with the right side of the container.

Remarks

AlignmentX specifies the horizontal alignment of the object.

Applies To

AlignmentX (ImageBrush)