Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ShapeHeight Class / Value Property

In This Topic
    Value Property (ShapeHeight)
    In This Topic
    Gets or sets the shape height in points when the RelativeTo property value is SizeRelativeVertically.None.

    If the property RelativeTo value is not SizeRelativeVertically.None, then the Relative property value is used.

    Syntax
    'Declaration
     
    Public Property Value As System.Single
    public System.float Value {get; set;}
    See Also