Sdílet prostřednictvím


AccessText.Foreground Vlastnost

Definice

Získá nebo nastaví Brush , který vykreslí textový obsah elementu.

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

Hodnota vlastnosti

Text Brush se vykreslí. Výchozí formát je Black.

Příklady

Následující příklad ukazuje, jak nastavit vlastnosti pro změnu vzhledu textu v ovládacím prvku AccessText .

<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>

Poznámky

Informace o vlastnosti závislosti

Pole Identifikátor ForegroundProperty
Vlastnosti metadat nastavené na true AffectsRender, SubPropertiesDoNotAffectRender, Inherits

Platí pro

Viz také