ClosedCaptionProperties.BackgroundColor Property

Definition

Gets the background color of lines of closed caption text.

public:
 static property ClosedCaptionColor BackgroundColor { ClosedCaptionColor get(); };
static ClosedCaptionColor BackgroundColor();
public static ClosedCaptionColor BackgroundColor { get; }
var closedCaptionColor = ClosedCaptionProperties.backgroundColor;
Public Shared ReadOnly Property BackgroundColor As ClosedCaptionColor

Property Value

The background color of lines of closed caption text.

Remarks

This property represents the color behind the character glyphs within individual lines of text. The background of the entire closed caption region can be determined with the RegionColor property.

Applies to