Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / GraphicFrame Class / CanRotate Property


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