TimedTextStyle.Background 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 background color of timed text.
public:
property Color Background { Color get(); void set(Color value); };
Color Background();
void Background(Color value);
public Color Background { get; set; }
var color = timedTextStyle.background;
timedTextStyle.background = color;
Public Property Background As Color
Property Value
The background color of timed text.
Remarks
This TimedTextStyle.Background color is rendered behind character glyphs or spaces in timed text content. The TimedTextRegion.Background color sets the color of the background of the container in which the timed text lines are rendered.