[]
Represents the height of a shape.
public class ShapeHeight : FormattingBag
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.
public float Relative { get; set; }
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.
public SizeRelativeVertically RelativeTo { get; set; }
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.
public float Value { get; set; }