Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Shape Class / ShowRotation Property


In This Topic
    ShowRotation Property (Shape)
    In This Topic
    Gets a value indicating whether this DrawingObject is show the rotate handler.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property ShowRotation As Boolean
    'Usage
     
    
    Dim instance As Shape
    Dim value As Boolean
     
    value = instance.ShowRotation
    public override bool ShowRotation {get;}
    See Also