ClosedCaptionProperties.BackgroundColor プロパティ

定義

閉じたキャプションテキストの行の背景色を取得します。

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

プロパティ値

閉じたキャプションテキストの行の背景色。

注釈

このプロパティは、テキストの個々の行内の文字グリフの背後にある色を表します。 閉じたキャプション領域全体の背景は、RegionColor プロパティを使用して決定できます。

適用対象