Enum FlyoutState
Represents a state of the flyout of AutoHideArea.
Namespace: Telerik.Windows.Controls.Docking
Assembly: Telerik.Windows.Controls.Docking.dll
Syntax
public enum FlyoutState
Closed
The flyout is closed and is not in process of opening.
ClosingAnimation
The flyout is visible and its close animation is playing.
ClosingTimer
The flyout is opened, but the close timer is counting down.
Opened
The flyout is opened and is not in process of closing.
OpeningAnimation
The flyout is visible and its open animation is playing.
OpeningTimer
The flyout is closed, but the open timer is counting down.