Share via


ImageButton.SetIsLoading(Boolean) Method

Definition

For internal use by the .NET MAUI platform. Sets the IsLoading property.

public:
 virtual void SetIsLoading(bool isLoading);
public void SetIsLoading(bool isLoading);
abstract member SetIsLoading : bool -> unit
override this.SetIsLoading : bool -> unit
Public Sub SetIsLoading (isLoading As Boolean)

Parameters

isLoading
Boolean

The loading state to set.

Implements

Applies to