Gets or sets a value indicating how to display multiple selection of items.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
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.
RemarksThe 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.
See Also