Share via


TimedTextStyle.Background Property

Definition

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.

Applies to