Gets or sets a value indicating whether manipulation handles are painted when they are disabled.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
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.
RemarksIndividual 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.
See Also