Specifies how an object or text is aligned vertically .
Namespace:
C1.Win.XmlEditor.UICustomizationAssembly: C1.Win.XmlEditor.2 (in C1.Win.XmlEditor.2.dll)
Syntax
| C# |
|---|
public enum VerticalAlignment |
| Visual Basic (Declaration) |
|---|
Public Enumeration VerticalAlignment |
Members
| Member name | Description | |
|---|---|---|
| Default |
The alignment is not specified.
| |
| Top |
The object or text is aligned to the top.
| |
| Middle |
The object or text is aligned to the center.
| |
| Bottom |
The object or text is aligned to the bottom.
|