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


In This Topic
    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
    ExceptionDescription
    Invalid object type specified; must be a valid type (GraphicsPath, Region, FarPoint.Win.Picture, or Bitmap)
    See Also