ClosedCaptionProperties.BackgroundColor 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 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.