DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / VerticalAlignment Enumeration

VerticalAlignment Enumeration
Specifies the type of vertical alignment to apply.
Syntax
'Declaration
 
Public Enum VerticalAlignment 
   Inherits System.Enum
 
Members
MemberDescription
Bottom Bottom vertical alignment.
Center Center vertical alignment.
Justify Justified vertical alignment.
Top Top vertical alignment.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Word.VerticalAlignment

See Also