ISceneTransitionService.HideProgressIndicator Method
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.
Hides the default progress indicator. Task completes when hide animation is done. Can be used independently of scene transitions provided no transition is taking place.
public:
System::Threading::Tasks::Task ^ HideProgressIndicator();
public System.Threading.Tasks.Task HideProgressIndicator ();
abstract member HideProgressIndicator : unit -> System.Threading.Tasks.Task
Public Function HideProgressIndicator () As Task