Shape.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 or shape range.
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
This property returns any valid WdShapePosition constant.
The position of a shape is measured from the upper-left corner of the shape's bounding box to the shape's anchor. The RelativeHorizontalPosition property controls whether the anchor is positioned alongside a character, column, margin, or the edge of the page.