DevZest WPF Docking
AutoHide Class |
Provides attached properties for DockControl object's auto-hide settings.
Inheritance Hierarchy
Namespace: DevZest.Windows.Docking.Primitives
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
The AutoHide type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetAnimation | Gets the value of Animation attached property
from a given DockControl. | |
GetAnimationDuration | Gets the value of AnimationDuration attached property
from a given DockControl. | |
SetAnimation | Sets the value of Animation attached property
for a given DockControl. | |
SetAnimationDuration | Sets the value of AnimationDuration attached property
for a given DockControl. |
Fields
Name | Description | |
---|---|---|
AnimationDurationProperty | Identifies the AnimationDuration attached property. | |
AnimationProperty | Identifies the Animation attached property. |
Attached Properties
Name | Description | |
---|---|---|
Animation | Gets or sets the AutoHideAnimation value. | |
AnimationDuration | Gets or sets the duration of the animation. |
See Also