SlideTransition Constructors
Represents a transition from one screen to another with the slide effect.| Name | Parameters | Description |
|---|---|---|
| SlideTransition() | none | Initializes a new instance of the SlideTransition class. |
| SlideTransition(Image, Image, IAnimationParameters) | from, to, parameters | Initializes a new instance of the SlideTransition class with specified settings. |
See Also