ClosedCaptionTheme.ComputedBackgroundColor プロパティ

定義

テーマの計算された背景色を取得します。

public:
 property Color ComputedBackgroundColor { Color get(); };
Color ComputedBackgroundColor();
public Color ComputedBackgroundColor { get; }
var color = closedCaptionTheme.computedBackgroundColor;
Public ReadOnly Property ComputedBackgroundColor As Color

プロパティ値

テーマの計算された背景色。

注釈

このプロパティは、最適なコントラストを得るためのシステムによって計算された背景色を取得します。

適用対象