Crop.ShapeLeft Property

Gets or sets the location of the left-side of a shape that is used to crop an image.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property ShapeLeft As Single
    Get
    Set
'Usage
Dim instance As Crop
Dim value As Single

value = instance.ShapeLeft

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

Property Value

Type: System.Single

Remarks

Read/write. In Microsoft Word, this property and the ShapeTop property return an error if the picture or shape have the wrap text set to Inline with Text.

See Also

Reference

Crop Interface

Crop Members

Microsoft.Office.Core Namespace