'Declaration Public Enum SizeRelativeVertically Inherits System.Enum
public enum SizeRelativeVertically : System.Enum
'Declaration Public Enum SizeRelativeVertically Inherits System.Enum
public enum SizeRelativeVertically : System.Enum
Member | Description |
---|---|
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. |
None | Specifies 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. |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Word.SizeRelativeVertically