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 if the image is loading. Default is false.

Remarks

The following example illustrates running a

Applies to