Share via


Image.IsLoading Property

Definition

Gets the loading status of the image. This is a bindable property.

public:
 property bool IsLoading { bool get(); };
public bool IsLoading { get; }
member this.IsLoading : bool
Public ReadOnly Property IsLoading As Boolean

Property Value

A Boolean indicating whether the image is currently loading. The default is false.

Remarks

This property can be used to show loading indicators while images are being loaded from remote sources.

Applies to