Enum
AutoHideAnimateMode

Defines the possible modes for animating an auto-hidden window.

Definition

Namespace:Telerik.WinControls.UI.Docking

Assembly:Telerik.WinControls.RadDock.dll

Syntax:

cs-api-definition
public enum AutoHideAnimateMode

Fields

AnimateHide

The window is animated when hidden.

Declaration

cs-api-definition
AnimateHide = 2

Field Value

AutoHideAnimateMode

AnimateShow

The window is animated when shown.

Declaration

cs-api-definition
AnimateShow = 1

Field Value

AutoHideAnimateMode

Both

The window is animated when shown and hidden.

Declaration

cs-api-definition
Both = 3

Field Value

AutoHideAnimateMode

None

No Animation is applied.

Declaration

cs-api-definition
None = 0

Field Value

AutoHideAnimateMode

In this article
DefinitionFieldsAnimateHideAnimateShowBothNone
Not finding the help you need?
Contact Support