TransitionType Type
The type of a screen transition. Incoming means a new screen is being shown and Outgoing means an existing screen being hidden.
Union cases
Union case | Description |
Full Usage:
Incoming
|
|
Full Usage:
Outgoing
|
Instance members
Instance member | Description |
Full Usage:
this.IsIncoming
Returns: bool
|
|
Full Usage:
this.IsOutgoing
Returns: bool
|
|