TimedTextStyle.FontFamily Property

Definition

Gets or sets the font family of timed text.

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

void FontFamily(winrt::hstring value);
public string FontFamily { get; set; }
var string = timedTextStyle.fontFamily;
timedTextStyle.fontFamily = string;
Public Property FontFamily As String

Property Value

String

Platform::String

winrt::hstring

The font family of timed text.

Applies to