Share via


TimedTextRegion.Background Property

Definition

Gets or sets the background color of the TimedTextRegion.

public:
 property Color Background { Color get(); void set(Color value); };
Color Background();

void Background(Color value);
public Color Background { get; set; }
var color = timedTextRegion.background;
timedTextRegion.background = color;
Public Property Background As Color

Property Value

The background color of the TimedTextRegion.

Applies to