Skip to main content

RegionBehaviorBase.ModifierKeys Property

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public ModifierKeys ModifierKeys { get; set; }

Property Value

Type Description
ModifierKeys

The modifier keys that should be pressed to allow the behavior.

See Also