Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.FormControls Namespace / Control Class / ShowRotation Property


In This Topic
    ShowRotation Property (Control)
    In This Topic
    Gets a value indicating whether this Control is rotatable.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property ShowRotation As Boolean
    'Usage
     
    
    Dim instance As Control
    Dim value As Boolean
     
    value = instance.ShowRotation
    public override bool ShowRotation {get;}

    Property Value

    true if this GrapeCity.Spreadsheet.Drawing.DrawingObject is rotatable; otherwise, false.
    See Also