HorizontalAlignment

HorizontalAlignment enumeration

Specifies how an object or text is horizontally aligned relative to another object.

public enum HorizontalAlignment

Values

NameValueDescription
Left0The object is aligned on the left of the target element.
Right1The object is aligned on the right of the target element.

See Also