Enum FallbackBehavior
Defines possible fallback behaviors for the MapConverter.
Namespace: DevZest.Windows
Assembly: DevZest.WpfDocking.dll
Syntax
public enum FallbackBehavior
Fields
| Name | Description |
|---|---|
| ReturnOriginalValue | Specifies that the value being converted should be returned when falling back. |
| ReturnUnsetValue | Specifies that System.Windows.DependencyProperty.UnsetValue should be returned when falling back. |