Compartir a través de


Page.Foreground Propiedad

Definición

Obtiene o establece el color de primer plano para una 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

Valor de propiedad

Brush

Brush que Page utiliza para pintar su primer plano. De manera predeterminada, es Black.

Atributos

Comentarios

Información sobre propiedades de dependencia

Campo identificador ForegroundProperty
Propiedades de metadatos establecidas en true AffectsRender, SubPropertiesDoNotAffectRender, Inherits

Se aplica a