Specifies how an object or text is aligned vertically .

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

Syntax

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

Members

Member nameDescription
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.

See Also