Page.Foreground Propriété

Définition

Obtient ou définit le premier plan d’un Page.

public:
 property System::Windows::Media::Brush ^ Foreground { System::Windows::Media::Brush ^ get(); void set(System::Windows::Media::Brush ^ value); };
[System.ComponentModel.Bindable(true)]
public System.Windows.Media.Brush Foreground { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.Foreground : System.Windows.Media.Brush with get, set
Public Property Foreground As Brush

Valeur de propriété

Celui Brush qui Page utilise pour peindre son premier plan. La valeur par défaut est Black.

Attributs

Remarques

Informations sur les propriétés de dépendance

Élément Valeur
Champ d’identificateur ForegroundProperty
Propriétés de métadonnées définies sur true AffectsRender, , SubPropertiesDoNotAffectRenderInherits

S’applique à