Spread WPF 18
GrapeCity.Spreadsheet.Drawing Namespace / IShapeBase Interface / CanRotate Property


In This Topic
    CanRotate Property
    In This Topic
    Gets or sets whether the user is allowed to rotate the shape.
    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