TimedTextStyle.Foreground Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit la couleur des glyphes de texte chronométriques.
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
Valeur de propriété
Couleur des glyphes de texte chronométriques.