Partager via


ImageDisplayProperties.Subtitle Propriété

Définition

Obtient ou définit le sous-titre de l’image.

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 = imageDisplayProperties.subtitle;
imageDisplayProperties.subtitle = string;
Public Property Subtitle As String

Valeur de propriété

String

Platform::String

winrt::hstring

Sous-titre de l’image.

S’applique à