IsAutoHideValueConverter Class

DevZest WPF Docking

IsAutoHideValueConverter Class
Converts a DockPosition value to a Boolean value, indicates whether the provided DockPosition value is auto-hide.
Inheritance Hierarchy
SystemObject  DevZest.Windows.Docking.PrimitivesIsAutoHideValueConverter

Namespace: DevZest.Windows.Docking.Primitives
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
[ValueConversionAttribute(typeof(DockPosition), typeof(bool))]
public class IsAutoHideValueConverter : IValueConverter
<ValueConversionAttribute(GetType(DockPosition), GetType(Boolean))>
Public Class IsAutoHideValueConverter
	Implements IValueConverter

The IsAutoHideValueConverter type exposes the following members.

Constructors
  NameDescription
Public methodIsAutoHideValueConverter
Initializes a new instance of the IsAutoHideValueConverter class
Top
Remarks
IsAutoHideValueConverter only supports one way conversion from DockPosition to Boolean. Any other type of conversion will throw an exception.
See Also