Compartilhar via


AccessText.Foreground Propriedade

Definição

Obtém ou define o Brush que desenha o conteúdo do texto do elemento.

public:
 property System::Windows::Media::Brush ^ Foreground { System::Windows::Media::Brush ^ get(); void set(System::Windows::Media::Brush ^ value); };
public System.Windows.Media.Brush Foreground { get; set; }
member this.Foreground : System.Windows.Media.Brush with get, set
Public Property Foreground As Brush

Valor da propriedade

Brush

O Brush que desenha o texto. O padrão é Black.

Exemplos

O exemplo a seguir mostra como definir propriedades para alterar a aparência do texto em um AccessText controle.

<TextBox Name="textBox2" Width="50" Height="30"/>
<Label Target="{Binding ElementName=textBox2}">
  <AccessText Background="Red" Foreground="DarkSlateBlue"    
              FontFamily="Arial Narrow" FontSize="16" FontStyle="Italic" 
              FontWeight="Bold">
    E_dit
  </AccessText>
</Label>

Comentários

Informações da propriedade de dependência

Campo Identificador ForegroundProperty
Propriedades de metadados definidas como true AffectsRender, SubPropertiesDoNotAffectRender, Inherits

Aplica-se a

Confira também