Show / Hide Table of Contents

Class IsAutoHideValueConverter

Converts a DockPosition value to a System.Boolean value, indicates whether the provided DockPosition value is auto-hide.

Inheritance
System.Object
IsAutoHideValueConverter
Implements
System.Windows.Data.IValueConverter
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: DevZest.Windows.Docking.Primitives
Assembly: DevZest.WpfDocking.dll
Syntax
[ValueConversion(typeof(DockPosition), typeof(bool))]
public class IsAutoHideValueConverter : IValueConverter
Remarks

IsAutoHideValueConverter only supports one way conversion from DockPosition to System.Boolean. Any other type of conversion will throw an exception.

Methods

Name Description
Convert(Object, Type, Object, CultureInfo)
ConvertBack(Object, Type, Object, CultureInfo)
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest