ShapeRange.Left 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 horizontal position, measured in points, of the specified shape range. Can also be any valid WdShapePosition constant.
public:
property float Left { float get(); void set(float value); };
public float Left { get; set; }
member this.Left : single with get, set
Public Property Left As Single
Property Value
Remarks
The position of a shape is measured from the upper-left corner of the shape's bounding box to the shape's anchor. The ShapeRange property controls whether the anchor is positioned alongside a character, column, margin, or the edge of the page.
For a ShapeRange object that contains more than one shape, the Left property sets the horizontal position of each shape.