MindFusion.Wpf Pack Programmer's Guide
Diagram.SelectionOnTop Property
See Also
 





Gets or sets a value indicating whether selected items should be painted on top of other items.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool SelectionOnTop { get; set; }

Visual Basic  Copy Code

Public Property SelectionOnTop As Boolean

 Property Value

true if selected items must be painted on top; otherwise, false. The default is true.

 Remarks

If SelectionOnTop is enabled, selected items are painted over non-selected ones, ignoring the z-order position specified in ZIndex.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming.Wpf Namespace
Selection Class
ActiveItem Property
SortGroupsByZ Property