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