Skip to main content

SelectItemsByRegionBehavior Members

The Select by Region behavior settings.

Constructors

Name Description
SelectItemsByRegionBehavior() Initializes a new instance of the SelectItemsByRegionBehavior class with default settings.

Fields

Name Description
KeyProperty static Identifies the RegionBehaviorBase.Key dependency property. Inherited from RegionBehaviorBase.
ModifierKeysProperty static Identifies the RegionBehaviorBase.ModifierKeys dependency property. Inherited from RegionBehaviorBase.

Properties

Name Description
Allowed Returns the value specifying whether the behavior should be allowed. Inherited from RegionBehaviorBase.
Key Gets or sets the key that should be pressed to allow the behavior. Inherited from RegionBehaviorBase.
ModifierKeys Gets or sets the value indicating the modifier keys (SHIFT, CTRL and ALT) that should be pressed to allow the behavior. Inherited from RegionBehaviorBase.

Events

Name Description
PropertyChanged Occurs every time any of the MapDependencyObject class properties has changed its value. Inherited from MapDependencyObject.
See Also