Search
DiagramView.ModifierKeyActions Property
See Also
 





Gets an object, which allows changing the function of keyboard modifier keys such as Ctrl and Alt.

Namespace: MindFusion.Diagramming.Blazor
Assembly: MindFusion.Diagramming.Blazor

 Syntax

C#  Copy Code

public ModifierKeyActions ModifierKeyActions { get; }

Visual Basic  Copy Code

Public ReadOnly Property ModifierKeyActions As ModifierKeyActions

 Property Value

 See Also