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

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

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

    See Also