Search
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
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool SelectionOnTop { get; set; }

Visual Basic  Copy Code

Public Property SelectionOnTop As Boolean

 Property Value

true if selected items should 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. If disabled, the items are painted as set in the z-order.

 See Also