TimedTextStyle.FontWeight 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 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.