Share via


Page.Foreground Propriedade

Definição

Obtém ou define a cor de primeiro plano para um 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 da propriedade

Brush

O Brush que Page usa para pintar seu primeiro plano. O padrão é Black.

Atributos

Comentários

Informações da propriedade de dependência

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

Aplica-se a