Gets or sets a value indicating whether this manipulator is enabled and can be interacted with.
Namespace: MindFusion.Diagramming.Manipulators
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public bool IsEnabled { get; set; } |
Visual Basic Copy Code |
---|
Public Property IsEnabled As Boolean |
true if the manipulator is enabled; otherwise, false.