Spread WinForms 15
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

Property Value

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