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

In This Topic
    ShapeVerticalRelativePosition Enumeration
    In This Topic
    Specifies the element relative to which the vertical position of an object is defined.
    Syntax
    'Declaration
     
    Public Enum ShapeVerticalRelativePosition 
       Inherits System.Enum
    public enum ShapeVerticalRelativePosition : System.Enum 
    Members
    MemberDescription
    BottomMargin Relative to bottom margin.
    InsideMargin Relative to inner margin area.
    Line Relative to line.
    Margin Relative to margin.
    OutsideMargin Relative to outer margin area.
    Page Relative to page.
    Paragraph Relative to paragraph.
    TopMargin Relative to top margin.
    Inheritance Hierarchy

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

    See Also