TimedTextStyle.Foreground 属性

定义

获取或设置计时文本字形的颜色。

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

void Foreground(Color value);
public Color Foreground { get; set; }
var color = timedTextStyle.foreground;
timedTextStyle.foreground = color;
Public Property Foreground As Color

属性值

计时文本字形的颜色。

适用于