DevZest WPF Docking
FallbackBehavior Enumeration |
Defines possible fallback behaviors for the MapConverter.
Namespace: DevZest.Windows
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
ReturnUnsetValue | 0 | Specifies that UnsetValue should be returned when falling back. | |
ReturnOriginalValue | 1 | Specifies that the value being converted should be returned when falling back. |
See Also