TimedTextRegion.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 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.