TimedTextStyle.Foreground Property

Definition

Gets or sets the color of the timed text glyphs.

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

Property Value

The color of the timed text glyphs.

Applies to