Class FlyoutState
Represents a state of the flyout of AutoHideArea.
Inheritance
Namespace: Telerik.Windows.Controls.Docking
Assembly: Telerik.Windows.Controls.Docking.dll
Syntax
public sealed class FlyoutState : Enum
Fields
Closed
The flyout is closed and is not in process of opening.
Declaration
public const FlyoutState Closed
Field Value
FlyoutState
|
ClosingAnimation
The flyout is visible and its close animation is playing.
Declaration
public const FlyoutState ClosingAnimation
Field Value
FlyoutState
|
ClosingTimer
The flyout is opened, but the close timer is counting down.
Declaration
public const FlyoutState ClosingTimer
Field Value
FlyoutState
|
Opened
The flyout is opened and is not in process of closing.
Declaration
public const FlyoutState Opened
Field Value
FlyoutState
|
OpeningAnimation
The flyout is visible and its open animation is playing.
Declaration
public const FlyoutState OpeningAnimation
Field Value
FlyoutState
|
OpeningTimer
The flyout is closed, but the open timer is counting down.
Declaration
public const FlyoutState OpeningTimer
Field Value
FlyoutState
|
value__
Declaration
public int value__
Field Value
System.Int32
|