Enum AutoHideAnimateMode
Defines the possible modes for animating an auto-hidden window.
Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.RadDock.dll
Syntax
public enum AutoHideAnimateMode
AnimateHide
The window is animated when hidden.
AnimateShow
The window is animated when shown.
Both
The window is animated when shown and hidden.
None
No Animation is applied.