Shape.Left Property

Returns or sets a Single that represents the horizontal position, measured in points, of the specified shape or shape range.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property Left As Single
    Get
    Set
'Usage
Dim instance As Shape
Dim value As Single

value = instance.Left

instance.Left = value
float Left { get; set; }

Property Value

Type: System.Single

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.

See Also

Reference

Shape Interface

Shape Members

Microsoft.Office.Interop.Word Namespace