Class FlyoutState
Represents a state of the flyout of Auto
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
ClosingAnimation
The flyout is visible and its close animation is playing.
Declaration
public const FlyoutState ClosingAnimation
Field Value
ClosingTimer
The flyout is opened, but the close timer is counting down.
Declaration
public const FlyoutState ClosingTimer
Field Value
Opened
The flyout is opened and is not in process of closing.
Declaration
public const FlyoutState Opened
Field Value
OpeningAnimation
The flyout is visible and its open animation is playing.
Declaration
public const FlyoutState OpeningAnimation
Field Value
OpeningTimer
The flyout is closed, but the open timer is counting down.
Declaration
public const FlyoutState OpeningTimer
Field Value
value__
Declaration
public int value__
Field Value
System.
|