Gets or sets a value indicating whether to cancel the current operation.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public bool Cancel { get; set; } |
Visual Basic Copy Code |
---|
Public Property Cancel As Boolean |
true to cancel the operation; false to confirm it.
Set this property to true to prevent the user from completing the operation.
WpfDiagram Programmer's Guide | © 2024 MindFusion |