Class AutoHide
Provides attached properties for DockControl object's auto-hide settings.
Inheritance
System.Object
AutoHide
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
public static class AutoHide
Fields
| Name | Description |
|---|---|
| AnimationDurationProperty | Identifies the DevZest.Windows.Docking.Primitives.AutoHide.AnimationDuration attached property. |
| AnimationProperty | Identifies the DevZest.Windows.Docking.Primitives.AutoHide.Animation attached property. |
Methods
| Name | Description |
|---|---|
| GetAnimation(DockControl) | Gets the value of DevZest.Windows.Docking.Primitives.AutoHide.Animation attached property from a given DockControl. |
| GetAnimationDuration(DockControl) | Gets the value of DevZest.Windows.Docking.Primitives.AutoHide.AnimationDuration attached property from a given DockControl. |
| SetAnimation(DockControl, AutoHideAnimation) | Sets the value of DevZest.Windows.Docking.Primitives.AutoHide.Animation attached property for a given DockControl. |
| SetAnimationDuration(DockControl, Duration) | Sets the value of DevZest.Windows.Docking.Primitives.AutoHide.AnimationDuration attached property for a given DockControl. |