[]
Specifies the relative width type of a shape.
public enum SizeRelativeHorizontally
InsideMargin = 4Width 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 = 2Width is relative to the size of the left margin.
Margin = 0Width is relative to the space between the left margin and the right margin.
None = 999999Specifies that the Relative property is not currently valid, so the shape width is defined by the Value property.
OutsideMargin = 5Width 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 = 1Width is relative to the width of the page.
RightMargin = 3Width is relative to the width of the right margin.