Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / MultiSideShape Class / Sides Property


In This Topic
    Sides Property
    In This Topic
    Gets or sets the number of sides in the shape.
    Syntax
    'Declaration
     
    
    Public Overridable Property Sides As Integer
    'Usage
     
    
    Dim instance As MultiSideShape
    Dim value As Integer
     
    instance.Sides = value
     
    value = instance.Sides
    public virtual int Sides {get; set;}
    See Also