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


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