Gets or sets a value indicating whether manipulation handles are painted when they are disabled.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public bool ShowDisabledHandles { get; set; } |
Visual Basic Copy Code |
---|
Public Property ShowDisabledHandles As Boolean |
true to display disabled manipulation handles; otherwise, false. The default is true.
Individual handles can be disabled or enabled by clearing or setting their correspondent bits in node's EnabledHandles. If disabled handles are displayed, they are painted using the style set through DisabledHandlesStyle.
WpfDiagram Programmer's Guide | © 2024 MindFusion |