Specifies how an object or text is horizontally aligned.

Namespace:  C1.Win.XmlEditor.UICustomization
Assembly:  C1.Win.XmlEditor.2 (in C1.Win.XmlEditor.2.dll)

Syntax

C#
public enum HorizontalAlignment
Visual Basic (Declaration)
Public Enumeration HorizontalAlignment

Members

Member nameDescription
Default
The alignment is not specified.
Left
The object or text is aligned to the left.
Center
The object or text is aligned the center.
Right
The object or text is aligned to the right.

See Also