Gets the Shape currently selected in the toolbar.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms.Controls
SyntaxC#
Copy Code
|
|---|
public Shape SelectedShape { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property SelectedShape As Shape |
An instance of the Shape class representing the currently selected button in the toolbar.
See Also