Shape Property (PSObject)
Gets or sets the shape for the object.
public virtual object Shape {get; set;}
'Declaration
Public Overridable Property Shape As Object
'Usage
Dim instance As PSObject
Dim value As Object
instance.Shape = value
value = instance.Shape
Exception | Description |
System.ArgumentException |
Invalid object type specified; must be a valid type (GraphicsPath, Region, FarPoint.Win.Picture, or Bitmap)
|