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


In This Topic
    CanSize Property (SpreadChart)
    In This Topic
    Gets or sets whether the user is allowed to resize the object.
    Syntax
    'Declaration
     
    
    Public Overrides Property CanSize As Sizing
    'Usage
     
    
    Dim instance As SpreadChart
    Dim value As Sizing
     
    instance.CanSize = value
     
    value = instance.CanSize
    public override Sizing CanSize {get; set;}
    See Also