TextElement.Foreground Propriedade

Definição

Obtém ou define o Pincel a ser aplicado ao conteúdo neste elemento.

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>

Valor da propriedade

O pincel que é aplicado ao conteúdo do texto. O padrão é um SolidColorBrush com o valor de CorPreto.

Comentários

Definir Primeiro Plano não tem efeito visível para objetos LineBreak ou InlineUIContainer .

Aplica-se a

Confira também