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