Enum AutoHideAnimationMode
Specifies whether the AutoHideAnimationMode of DockingManager is Slide,Scale, or Fade.
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public enum AutoHideAnimationMode
Fields
| Name | Description |
|---|---|
| Fade | The element will fade while auto hide |
| Scale | The element will scale while auto hide |
| Slide | The element will slide while auto hide |