ISceneTransitionService.TransitionInProgress Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True when a scene transition is in progress.
public:
property bool TransitionInProgress { bool get(); };
public bool TransitionInProgress { get; }
member this.TransitionInProgress : bool
Public ReadOnly Property TransitionInProgress As Boolean