Partager via


VideoDisplayProperties.Subtitle Propriété

Définition

Obtient ou définit le sous-titre de la vidéo.

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

Valeur de propriété

String

Platform::String

winrt::hstring

Sous-titre de la vidéo.

S’applique à