Class SlideStyle
Specifies to the animation functions in the SplashPanel class the nature of the slide animation to be performed.
Inheritance
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public sealed class SlideStyle : Enum
Fields
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.
Declaration
public const SlideStyle BottomToTop
Field Value
| Type |
|---|
| SlideStyle |
Default
The default style.
Declaration
public const SlideStyle Default
Field Value
| Type |
|---|
| SlideStyle |
FadeIn
Fades from transparent to opaque.
Declaration
public const SlideStyle FadeIn
Field Value
| Type |
|---|
| SlideStyle |
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.
Declaration
public const SlideStyle Horizontal
Field Value
| Type |
|---|
| SlideStyle |
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.
Declaration
public const SlideStyle LeftToRight
Field Value
| Type |
|---|
| SlideStyle |
Marquee
Marquee style.
Declaration
public const SlideStyle Marquee
Field Value
| Type |
|---|
| SlideStyle |
RightToLeft
Slides vertically from right to left.
Declaration
public const SlideStyle RightToLeft
Field Value
| Type |
|---|
| SlideStyle |
Slide
Slides vertically
Declaration
public const SlideStyle Slide
Field Value
| Type |
|---|
| SlideStyle |
TopToBottom
Slides vertically from top to bottom.
Declaration
public const SlideStyle TopToBottom
Field Value
| Type |
|---|
| SlideStyle |
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.
Declaration
public const SlideStyle Vertical
Field Value
| Type |
|---|
| SlideStyle |