MediaElement.IsAudioOnlyProperty Property

Definition

Identifies the IsAudioOnly dependency property.

public:
 static property DependencyProperty ^ IsAudioOnlyProperty { DependencyProperty ^ get(); };
static DependencyProperty IsAudioOnlyProperty();
public static DependencyProperty IsAudioOnlyProperty { get; }
var dependencyProperty = MediaElement.isAudioOnlyProperty;
Public Shared ReadOnly Property IsAudioOnlyProperty As DependencyProperty

Property Value

The identifier for the IsAudioOnly dependency property.

Applies to