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