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


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