TextElement.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.
public:
property Brush ^ Foreground { Brush ^ get(); void set(Brush ^ value); };
Brush Foreground();
void Foreground(Brush value);
public Brush Foreground { get; set; }
var brush = textElement.foreground;
textElement.foreground = brush;
Public Property Foreground As Brush
<textElementForeground="{StaticResource resourceName}"/>
- or -
<textElementForeground="colorString"/>
- or -
<textElement>
<textElement.Foreground>singleBrush</textElement.Foreground>
</textElement>
Valeur de propriété
Pinceau appliqué au contenu du texte. La valeur par défaut est un SolidColorBrush avec la valeur ColorBlack.
Remarques
La définition du premier plan n’a aucun effet visible pour les objets LineBreak ou InlineUIContainer .