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

In This Topic
    ShapeHorizontalRelativePosition Enumeration
    In This Topic
    Specifies the element relative to which the horizontal position of an object is defined.
    Syntax
    'Declaration
     
    Public Enum ShapeHorizontalRelativePosition 
       Inherits System.Enum
    public enum ShapeHorizontalRelativePosition : System.Enum 
    Members
    MemberDescription
    Character Relative to character.
    Column Relative to column.
    InsideMargin Relative to inner margin area.
    LeftMargin Relative to left margin.
    Margin Relative to margin.
    OutsideMargin Relative to outer margin area.
    Page Relative to page.
    RightMargin Relative to right margin.
    Inheritance Hierarchy

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

    See Also