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

In This Topic
    Relative Property (ShapeHeight)
    In This Topic
    Gets or sets the shape height in percent according to the RelativeTo value.

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

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