ImageButton.SetIsLoading(Boolean) 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.
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.