DevZest WPF Docking
| IsFloatingValueConverter Class |
Converts a DockPosition value to a Boolean value, indicates whether the provided
DockPosition value is floating.
Inheritance HierarchyNamespace: DevZest.Windows.Docking.Primitives
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
SyntaxThe IsFloatingValueConverter type exposes the following members.
Constructors| Name | Description | |
|---|---|---|
![]() | IsFloatingValueConverter | Initializes a new instance of the IsFloatingValueConverter class |
RemarksIsFloatingValueConverter only supports one way conversion from DockPosition to
Boolean. Any other type of conversion will throw an exception.
See Also