Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / ShapeProps Class / Shape Property


In This Topic
    Shape Property (ShapeProps)
    In This Topic
    Gets or sets the shape.
    Syntax
    'Declaration
     
    
    Public Overridable Property Shape As PSShape
    'Usage
     
    
    Dim instance As ShapeProps
    Dim value As PSShape
     
    instance.Shape = value
     
    value = instance.Shape
    public virtual PSShape Shape {get; set;}
    See Also