Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / Rectangle Property


In This Topic
    Rectangle Property (ChartShape)
    In This Topic
    Gets the rectangular coordinates of the element.
    Syntax
    'Declaration
     
    
    Public Overridable Shadows Property Rectangle As Rectangle
    'Usage
     
    
    Dim instance As ChartShape
    Dim value As Rectangle
     
    instance.Rectangle = value
     
    value = instance.Rectangle
    public virtual new Rectangle Rectangle {get; set;}
    See Also