Enum
FlyoutState

Represents a state of the flyout of AutoHideArea.

Definition

Namespace:Telerik.Windows.Controls.Docking

Assembly:Telerik.Windows.Controls.Docking.dll

Syntax:

cs-api-definition
public enum FlyoutState

Fields

Closed

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

Declaration

cs-api-definition
Closed = 0

Field Value

FlyoutState

ClosingAnimation

The flyout is visible and its close animation is playing.

Declaration

cs-api-definition
ClosingAnimation = 5

Field Value

FlyoutState

ClosingTimer

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

Declaration

cs-api-definition
ClosingTimer = 4

Field Value

FlyoutState

Opened

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

Declaration

cs-api-definition
Opened = 1

Field Value

FlyoutState

OpeningAnimation

The flyout is visible and its open animation is playing.

Declaration

cs-api-definition
OpeningAnimation = 3

Field Value

FlyoutState

OpeningTimer

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

Declaration

cs-api-definition
OpeningTimer = 2

Field Value

FlyoutState