MediaElement.IsAudioOnly Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob das aktuelle Quellmedium eine reine Audiomediendatei ist.

public:
 property bool IsAudioOnly { bool get(); };
bool IsAudioOnly();
public bool IsAudioOnly { get; }
var boolean = mediaElement.isAudioOnly;
Public ReadOnly Property IsAudioOnly As Boolean

Eigenschaftswert

Boolean

bool

TRUE , wenn das aktuelle Quellmedium nur Audio ist, andernfalls false.

Gilt für: