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
C# Copy Code |
---|
public bool SelectionOnTop { get; set; } |
Visual Basic Copy Code |
---|
Public Property SelectionOnTop As Boolean |
true if selected items must 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.
WpfDiagram Programmer's Guide | © 2024 MindFusion |