Show / Hide Table of Contents

Class IsFloatingValueConverter

Converts a DockPosition value to a System.Boolean value, indicates whether the provided DockPosition value is floating.

Inheritance
System.Object
IsFloatingValueConverter
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 IsFloatingValueConverter : IValueConverter
Remarks

IsFloatingValueConverter 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