Freigeben über


VideoDisplayProperties.Subtitle Eigenschaft

Definition

Ruft den Untertitel des Videos ab oder legt den Untertitel fest.

public:
 property Platform::String ^ Subtitle { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Subtitle();

void Subtitle(winrt::hstring value);
public string Subtitle { get; set; }
var string = videoDisplayProperties.subtitle;
videoDisplayProperties.subtitle = string;
Public Property Subtitle As String

Eigenschaftswert

String

Platform::String

winrt::hstring

Der Untertitel des Videos.

Gilt für: