ShapeRange.WidthRelative Property

Word Developer Reference

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

Version Information
 Version Added:  Word 2007

Syntax

expression.WidthRelative

expression   An expression that returns a ShapeRange object.

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