Search
DiagramView.DelKeyAction Property
See Also
 





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

 Syntax

C#  Copy Code

public DelKeyAction DelKeyAction { get; set; }

Visual Basic  Copy Code

Public Property DelKeyAction As DelKeyAction

 Property Value

 See Also