TimedTextRegion.Background 屬性

定義

取得或設定 TimedTextRegion的背景色彩。

public:
 property Color Background { Color get(); void set(Color value); };
Color Background();

void Background(Color value);
public Color Background { get; set; }
var color = timedTextRegion.background;
timedTextRegion.background = color;
Public Property Background As Color

屬性值

TimedTextRegion的背景色彩。

適用於