HorizontalAlignment

The HorizontalAlignment enum describes how an element is aligned horizontally.

Values

Value

Description

RIGHT

Indicates that the element is right justified.

LEFT

Indicates that the element is left justified.

CENTER

Indicates that the element is centered.

Last updated