ShapeRange.Left Property

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.

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 ShapeRange
Dim value As Single

value = instance.Left

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

Property Value

Type: System.Single

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.

See Also

Reference

ShapeRange Interface

ShapeRange Members

Microsoft.Office.Interop.Word Namespace