Crop.ShapeHeight Property

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

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

Syntax

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

value = instance.ShapeHeight

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

Property Value

Type: System.Single

Remarks

Read/write.

See Also

Reference

Crop Interface

Crop Members

Microsoft.Office.Core Namespace