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


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