[]
Represents the height of a shape.
public class ShapeHeight : FormattingBag
Public Class ShapeHeight
Inherits FormattingBag
Name | Description |
---|---|
Relative | Gets or sets the shape height in percent according to the RelativeTo value. If the property RelativeTo value is None, then the Value property value is used. |
RelativeTo | Gets or sets the relative height type of a shape. If the property value is None, then the Value property value must be used, otherwise Relative property value is used. |
Value | Gets or sets the shape height in points when the RelativeTo property value is None. If the property RelativeTo value is not None, then the Relative property value is used. |