MediaElement.IsBuffering Property

Definition

Get a value indicating whether the media is buffering.

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

Property Value

true if the media is buffering; otherwise, false.

Applies to