RegionBehaviorBase.ModifierKeys Property
In This Article
Gets or sets the value indicating the modifier keys (SHIFT, CTRL and ALT) that should be pressed to allow the behavior.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.2.dll
NuGet Package: DevExpress.Wpf.Map
#Declaration
public ModifierKeys ModifierKeys { get; set; }
#Property Value
Type | Description |
---|---|
Modifier |
The modifier keys that should be pressed to allow the behavior. |
See Also