Shape Property (PSObject)
In This Topic
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
public virtual object Shape {get; set;}
Exceptions
Exception | Description |
System.ArgumentException |
Invalid object type specified; must be a valid type (GraphicsPath, Region, FarPoint.Win.Picture, or Bitmap)
|
See Also