AutoHide.SetAnimationDuration Method

DevZest WPF Docking

AutoHideSetAnimationDuration Method
Sets the value of AnimationDuration attached property for a given DockControl.

Namespace: DevZest.Windows.Docking.Primitives
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public static void SetAnimationDuration(
	DockControl dockControl,
	Duration value
)
Public Shared Sub SetAnimationDuration ( 
	dockControl As DockControl,
	value As Duration
)

Parameters

dockControl
Type: DevZest.Windows.DockingDockControl
The DockControl on which to set the property value.
value
Type: System.WindowsDuration
The property value to set.
See Also