Skip to main content

RegionBehaviorBase Members

The base class for region-based behaviors.

Fields

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

Properties

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

Events

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