Enum BackStageAnimationType
Specifies the animation type for expand or collapse the BackStage.
Namespace: Syncfusion.Windows.Tools
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public enum BackStageAnimationType
Fields
| Name | Description |
|---|---|
| Fade | Defines the fade animation effect while expand or collapse the BackStage. |
| None | Defines there is no animation while expand or collapse the BackStage. |
| Slide | Defines the slide animation effect while expand or collapse the BackStage. |
| Zoom | Defines the zoom animation effect while expand or collapse the BackStage. |