Edit

Share via


SceneTransitionService.HideProgressIndicator Method

Definition

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:
 virtual System::Threading::Tasks::Task ^ HideProgressIndicator();
public System.Threading.Tasks.Task HideProgressIndicator ();
abstract member HideProgressIndicator : unit -> System.Threading.Tasks.Task
override this.HideProgressIndicator : unit -> System.Threading.Tasks.Task
Public Function HideProgressIndicator () As Task

Returns

Implements

Applies to