AutoHide Class

DevZest WPF Docking

AutoHide Class
Provides attached properties for DockControl object's auto-hide settings.
Inheritance Hierarchy
SystemObject  DevZest.Windows.Docking.PrimitivesAutoHide

Namespace: DevZest.Windows.Docking.Primitives
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public static class AutoHide
Public NotInheritable Class AutoHide

The AutoHide type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetAnimation
Gets the value of Animation attached property from a given DockControl.
Public methodStatic memberGetAnimationDuration
Gets the value of AnimationDuration attached property from a given DockControl.
Public methodStatic memberSetAnimation
Sets the value of Animation attached property for a given DockControl.
Public methodStatic memberSetAnimationDuration
Sets the value of AnimationDuration attached property for a given DockControl.
Top
Fields
  NameDescription
Public fieldStatic memberAnimationDurationProperty
Identifies the AnimationDuration attached property.
Public fieldStatic memberAnimationProperty
Identifies the Animation attached property.
Top
Attached Properties
  NameDescription
Public attached propertyAnimation
Gets or sets the AutoHideAnimation value.
Public attached propertyAnimationDuration
Gets or sets the duration of the animation.
Top
See Also