Compartir a través de


TimedTextStyle.Foreground Propiedad

Definición

Obtiene o establece el color de los glifos de texto con tiempo.

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

Valor de propiedad

Color de los glifos de texto con tiempo.

Se aplica a