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


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

    Property Value

    true if this ConnectionShape is rotatable; otherwise, false.
    See Also