Gets or sets a value indicating how to display multiple selection of items.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
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.
WpfDiagram Programmer's Guide | © 2024 MindFusion |