Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ShapeClipboardObject Class / Shape Property


In This Topic
Shape Property (ShapeClipboardObject)
In This Topic
Gets or sets the shape.
Syntax
'Declaration
 
Public Overridable Property Shape As PSShape
 
'Usage
 
Dim instance As ShapeClipboardObject
Dim value As PSShape
 
instance.Shape = value
 
value = instance.Shape
See Also