SceneTransitionService.SetProgressValue(Single) 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.
Sets progress to value from 0-1. If no progress indicator exists, has no effect.
public:
virtual void SetProgressValue(float progress);
public void SetProgressValue (float progress);
abstract member SetProgressValue : single -> unit
override this.SetProgressValue : single -> unit
Public Sub SetProgressValue (progress As Single)
Parameters
- progress
- Single