FallbackBehavior Enumeration

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
public enum FallbackBehavior
Public Enumeration FallbackBehavior
Members
  Member nameValueDescription
ReturnUnsetValue0 Specifies that UnsetValue should be returned when falling back.
ReturnOriginalValue1 Specifies that the value being converted should be returned when falling back.
See Also