Search
Manipulator.IsEnabled Property
See Also
 





Gets or sets a value indicating whether this manipulator is enabled and can be interacted with.

Namespace: MindFusion.Diagramming.Manipulators
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool IsEnabled { get; set; }

Visual Basic  Copy Code

Public Property IsEnabled As Boolean

 Property Value

true if the manipulator is enabled; otherwise, false.

 See Also