Search
Diagram.ShowDisabledHandles Property
See Also
 





Gets or sets a value indicating whether manipulation handles are painted when they are disabled.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool ShowDisabledHandles { get; set; }

Visual Basic  Copy Code

Public Property ShowDisabledHandles As Boolean

 Property Value

true to display disabled manipulation handles; otherwise, false. The default is true.

 Remarks

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.

 See Also