Image.SetIsLoading(Boolean) Method

Definition

Sets a value that indicates whether the image is currently loading.

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public void SetIsLoading (bool isLoading);
abstract member SetIsLoading : bool -> unit
override this.SetIsLoading : bool -> unit

Parameters

isLoading
Boolean

Whether the image is loading.

Implements

Attributes

Applies to