[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ShapeHeight

ShapeHeight Class

Represents the height of a shape.

Inheritance
ShapeHeight
Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public class ShapeHeight : FormattingBag
Public Class ShapeHeight
    Inherits FormattingBag

Properties

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.

If property Type is Inline, this value is always None.

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.