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

In This Topic
    Value Property (ShapeWidth)
    In This Topic
    Gets or sets the shape width in points or percent according to the Type value.

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

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