Gets or sets a value indicating whether to cancel the current operation.
Namespace: MindFusion.Diagramming.Wpf.Lanes
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public bool Cancel { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Cancel As Boolean |
true to cancel the operation, otherwise false. The default value is false.
See Also