Shape.LeftRelative Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets a Single that represents the relative left position of a shape. 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.