Crop.ShapeWidth Property
Gets or sets the width of a shape that is used to crop an image.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Property ShapeWidth As Single
Get
Set
'Usage
Dim instance As Crop
Dim value As Single
value = instance.ShapeWidth
instance.ShapeWidth = value
float ShapeWidth { get; set; }
Property Value
Type: System.Single
Remarks
Read/write.