TimedTextStyle.Foreground Proprietà

Definizione

Ottiene o imposta il colore dei glifi di testo temporizzato.

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

Valore della proprietà

Colore dei glifi del testo temporizzato.

Si applica a