Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / CanRotate Property


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