Adds the specified manipulator to this object.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
protected void AddManipulator ( |
Visual Basic Copy Code |
---|
Protected Sub AddManipulator( _ |
An instance of Manipulator-derived class.
Use this method to add custom manipulators to diagram elements. Manipulators are interactive widgets associated with an item that let users change aspects of the item different from its position and size. Some built-in manipulators are the +/- icons displayed for Expandable nodes and the scrollbar of a TreeViewNode.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |