Search
Selection.Style Property
See Also
 





Gets or sets a value indicating how to display multiple selection of items.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public new SelectionStyle Style { get; set; }

Visual Basic  Copy Code

Public Shadows Property Style As SelectionStyle

 Property Value

A member of the SelectionStyle enumeration. The default is SelectionHandles.

 Remarks

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.

 See Also