Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ShapeVerticalRelativeAlignment Enumeration

In This Topic
    ShapeVerticalRelativeAlignment Enumeration
    In This Topic
    Specifies the relative vertical alignment position of a shape.
    Syntax
    'Declaration
     
    Public Enum ShapeVerticalRelativeAlignment 
       Inherits System.Enum
    public enum ShapeVerticalRelativeAlignment : System.Enum 
    Members
    MemberDescription
    Bottom Bottom alignment.
    Center Center alignment.
    Inside Inside alignment.
    Outside Outside alignment.
    Top Top alignment.
    Inheritance Hierarchy

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

    See Also