[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ShapeHeight

Class ShapeHeight

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Represents the height of a shape.

public class ShapeHeight : FormattingBag
Inheritance
object
ShapeHeight
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

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.

public float Relative { get; set; }

Property Value

float

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.

public SizeRelativeVertically RelativeTo { get; set; }

Property Value

SizeRelativeVertically

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.

public float Value { get; set; }

Property Value

float