Specifies how an object or text is horizontally aligned.
Namespace:
C1.Win.XmlEditor.UICustomizationAssembly: C1.Win.XmlEditor.2 (in C1.Win.XmlEditor.2.dll)
Syntax
| C# |
|---|
public enum HorizontalAlignment |
| Visual Basic (Declaration) |
|---|
Public Enumeration HorizontalAlignment |
Members
| Member name | Description | |
|---|---|---|
| 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.
|