TimedTextStyle.FontFamily Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The font family of timed text.