Enum SlideStyle
Specifies to the animation functions in the SplashPanel class the nature of the slide animation to be performed.
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public enum SlideStyle
Fields
| Name | Description |
|---|---|
| BottomToTop | Slides vertically from bottom to top. This slide animation effect is typically used when the location of the window is at the right end of the screen. |
| Default | The default style. |
| FadeIn | Fades from transparent to opaque. |
| Horizontal | Slides horizontally from left to right. This animation effect is typically used when the window is displayed at the left edge of the screen. |
| LeftToRight | Slides horizontally from left to right. This animation effect is typically used when the window is displayed at the left edge of the screen. |
| Marquee | Marquee style. |
| RightToLeft | Slides vertically from right to left. |
| Slide | Slides vertically |
| TopToBottom | Slides vertically from top to bottom. |
| Vertical | Slides vertically from bottom to top. This slide animation effect is typically used when the location of the window is at the right end of the screen. |