Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / DrawingObject Class / ShowRotation Property


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