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