Share via


TimedTextStyle.FontWeight Property

Definition

Gets or sets the weight of timed text.

public:
 property TimedTextWeight FontWeight { TimedTextWeight get(); void set(TimedTextWeight value); };
TimedTextWeight FontWeight();

void FontWeight(TimedTextWeight value);
public TimedTextWeight FontWeight { get; set; }
var timedTextWeight = timedTextStyle.fontWeight;
timedTextStyle.fontWeight = timedTextWeight;
Public Property FontWeight As TimedTextWeight

Property Value

The weight of timed text.

Applies to