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