[]
Specifies the relative height type of a shape.
public enum SizeRelativeVertically
BottomMargin = 3Height is relative to the size of the bottom margin.
InsideMargin = 4Height 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 = 0Height 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 height is defined by the Value property.
OutsideMargin = 5Height 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 = 1Height is relative to the height of the page.
TopMargin = 2Height is relative to the size of the top margin.