ClosedCaptionProperties.BackgroundColor プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
閉じたキャプションテキストの行の背景色を取得します。
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 プロパティを使用して決定できます。