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


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