Gets or sets a value indicating whether selected items should be painted on top of other items.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public bool SelectionOnTop { get; set; } |
Visual Basic Copy Code |
---|
Public Property SelectionOnTop As Boolean |
true if selected items should be painted on top; otherwise, false. The default is true.
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.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |