Method SetAnimationDuration
| Improve this Doc View SourceSetAnimationDuration(DockControl, Duration)
Sets the value of DevZest.Windows.Docking.Primitives.AutoHide.AnimationDuration attached property for a given DockControl.
Declaration
public static void SetAnimationDuration(DockControl dockControl, Duration value)
Parameters
Type | Name | Description |
---|---|---|
DockControl | dockControl | The DockControl on which to set the property value. |
System.Windows.Duration | value | The property value to set. |