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

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

    If the property RelativeTo value is SizeRelativeHorizontally.None then use the Value property value.

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