ShapeRange.LeftRelative Property

Definition

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

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

Property Value

Single

Remarks

Use this property with the RelativeHorizontalPosition property. When set to wdShapePositionRelativeNone (-999999) (see the WdShapePositionRelative enumeration), this property should be ignored because the shape does not use percent positioning. The horizontal position is solely determined by the Left property.

Applies to