Gets or sets a value indicating the action that should be performed when the user hits the Del key.
Namespace: MindFusion.Diagramming.Blazor
Assembly: MindFusion.Diagramming.Blazor
SyntaxC#
Copy Code
|
|---|
public DelKeyAction DelKeyAction { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property DelKeyAction As DelKeyAction |
See Also