MindFusion.Wpf Pack Programmer's Guide
Diagram.ShowDisabledHandles Property
See Also
 





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

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 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 style set through DisabledHandlesStyle.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming.Wpf Namespace