Shape.Left Property

Definition

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.

Applies to