Header menu logo Nu

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

Incoming

Full Usage: Incoming

A transition that occurs when a screen has been selected.

Outgoing

Full Usage: Outgoing

A transition that occurs when a screen is being deselected.

Instance members

Instance member Description

this.IsIncoming

Full Usage: this.IsIncoming

Returns: bool
Returns: bool

this.IsOutgoing

Full Usage: this.IsOutgoing

Returns: bool
Returns: bool

Type something to start searching.