Shape.WidthRelative Property

Definition

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

public:
 property float WidthRelative { float get(); void set(float value); };
public float WidthRelative { get; set; }
member this.WidthRelative : single with get, set
Public Property WidthRelative As Single

Property Value

Returns Single.

Remarks

Use this property with the RelativeVerticalSize 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.

Applies to