New to Telerik UI for WPFStart a free 30-day trial

Represents a state of the flyout of AutoHideArea.

Definition

Namespace:Telerik.Windows.Controls.Docking

Assembly:Telerik.Windows.Controls.Docking.dll

Syntax:

C#
public enum FlyoutState

Fields

The flyout is closed and is not in process of opening.

C#
Closed = 0

The flyout is visible and its close animation is playing.

C#
ClosingAnimation = 5

The flyout is opened, but the close timer is counting down.

C#
ClosingTimer = 4

The flyout is opened and is not in process of closing.

C#
Opened = 1

The flyout is visible and its open animation is playing.

C#
OpeningAnimation = 3

The flyout is closed, but the open timer is counting down.

C#
OpeningTimer = 2