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

In This Topic
    SizeRelativeHorizontally Enumeration
    In This Topic
    Specifies the relative width type of a shape.
    Syntax
    'Declaration
     
    Public Enum SizeRelativeHorizontally 
       Inherits System.Enum
    public enum SizeRelativeHorizontally : System.Enum 
    Members
    MemberDescription
    InsideMargin Width is relative to the size of the inside margin—to the size of the left margin for odd pages, and to the size of the right margin for even pages.
    LeftMargin Width is relative to the size of the left margin.
    Margin Width is relative to the space between the left margin and the right margin.
    NoneSpecifies that the ShapeWidth.Relative property is not currently valid, so the shape width is defined by the ShapeWidth.Value property.
    OutsideMargin Width is relative to the size of the outside margin—to the size of the right margin for odd pages, and to the size of the left margin for even pages.
    Page Width is relative to the width of the page.
    RightMargin Width is relative to the width of the right margin.
    Inheritance Hierarchy

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

    See Also