Crop.ShapeTop Property

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

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

Syntax

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

value = instance.ShapeTop

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

Property Value

Type: System.Single

Remarks

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

See Also

Reference

Crop Interface

Crop Members

Microsoft.Office.Core Namespace