Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChart Class / IsResizing Property


In This Topic
    IsResizing Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsResizing As Boolean
    'Usage
     
    
    Dim instance As SpreadChart
    Dim value As Boolean
     
    value = instance.IsResizing
    public bool IsResizing {get;}
    See Also