Class AutoHideAnimationMode
Specifies whether the AutoHideAnimationMode of DockingManager is Slide,Scale, or Fade.
Inheritance
System.Object
AutoHideAnimationMode
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public sealed class AutoHideAnimationMode : Enum
Fields
Fade
The element will fade while auto hide
Declaration
public const AutoHideAnimationMode Fade
Field Value
Type |
---|
AutoHideAnimationMode |
Scale
The element will scale while auto hide
Declaration
public const AutoHideAnimationMode Scale
Field Value
Type |
---|
AutoHideAnimationMode |
Slide
The element will slide while auto hide
Declaration
public const AutoHideAnimationMode Slide
Field Value
Type |
---|
AutoHideAnimationMode |