Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ShapeAdjustHandle Class / Shape Property


In This Topic
Shape Property (ShapeAdjustHandle)
In This Topic
Gets the shape of this adjust handle.
Syntax
'Declaration
 
Public ReadOnly Property Shape As Shape
 
'Usage
 
Dim instance As ShapeAdjustHandle
Dim value As Shape
 
value = instance.Shape

Property Value

The shape contains this adjust handle.
See Also