ShapeRange.HeightRelative Property

Definition

Returns or sets a Single that represents the percentage of the target shape to which the range of shapes is sized. Read/write.

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

Property Value

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 height is solely determined by the Height property.

Applies to