Search
ShapeToolBar.SelectedShape Property
See Also
 





Gets the Shape currently selected in the toolbar.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms.Controls

 Syntax

C#  Copy Code

public Shape SelectedShape { get; }

Visual Basic  Copy Code

Public ReadOnly Property SelectedShape As Shape

 Property Value

An instance of the Shape class representing the currently selected button in the toolbar.

 See Also