Gets or sets a value indicating how to display multiple selection of items.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public new SelectionStyle Style { get; set; } |
Visual Basic Copy Code |
---|
Public Shadows Property Style As SelectionStyle |
A member of the SelectionStyle enumeration. The default is SelectionHandles.
The property specifies how multiple selection is presented visually to users - with manipulation handles painted around each item or with a rectangle painted around all items.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |