ShapeRange.WidthRelative Property

Returns or sets a Single that represents the relative width of a range of shapes. Read/write.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property WidthRelative As Single
    Get
    Set
'Usage
Dim instance As ShapeRange
Dim value As Single

value = instance.WidthRelative

instance.WidthRelative = value
float WidthRelative { get; set; }

Property Value

Type: System.Single
Single

Remarks

Use this property with the RelativeHorizontalSize property. When set to wdShapeSizeRelativeNone (-999999) (see the WdShapeSizeRelative enumeration), this property should be ignored because the shape does not use percent sizing. The width is solely determined by the Width property.

See Also

Reference

ShapeRange Interface

ShapeRange Members

Microsoft.Office.Interop.Word Namespace