Spread Windows Forms 13.0 Product Documentation
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapeBase Interface / CanRotate Property


In This Topic
    CanRotate Property (IShapeBase)
    In This Topic
    Syntax
    'Declaration
     
    Property CanRotate As Boolean
    'Usage
     
    Dim instance As IShapeBase
    Dim value As Boolean
     
    instance.CanRotate = value
     
    value = instance.CanRotate
    bool CanRotate {get; set;}
    See Also