TimedTextStyle.FontSize 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 size of timed text.
public:
property TimedTextDouble FontSize { TimedTextDouble get(); void set(TimedTextDouble value); };
TimedTextDouble FontSize();
void FontSize(TimedTextDouble value);
public TimedTextDouble FontSize { get; set; }
var timedTextDouble = timedTextStyle.fontSize;
timedTextStyle.fontSize = timedTextDouble;
Public Property FontSize As TimedTextDouble
Property Value
The font size of timed text.