Gets or sets a value indicating whether manipulation handles are painted when they are disabled.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
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 HandleBrush specified through DisabledHandlesStyle.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |