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


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