TimedTextStyle.FontSize Property

Definition

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.

Applies to