TimedTextStyle.Foreground Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.