Toggles the selection state of an item.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public void Toggle ( |
Visual Basic Copy Code |
---|
Public Sub Toggle( _ |
The DiagramItem whose selection state should be changed.
Call this method to toggle an item's selection state. The method selects the diagram item passed as argument if previously it was deselected. If the item was selected, the method deselects it.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |