FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObject Class / Shape Property


Shape Property (PSObject)
Gets or sets the shape for the object.
Syntax
'Declaration
 
Public Overridable Property Shape As Object
 
'Usage
 
Dim instance As PSObject
Dim value As Object
 
instance.Shape = value
 
value = instance.Shape
Exceptions
ExceptionDescription
Invalid object type specified; must be a valid type (GraphicsPath, Region, FarPoint.Win.Picture, or Bitmap)
See Also