Page.Foreground Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene e imposta il primo piano di una classe 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
Valore della proprietà
Brush che Page utilizza per disegnare il primo piano. Il valore predefinito è Black.
- Attributi
Commenti
Informazioni proprietà di dipendenza
Campo Identificatore | ForegroundProperty |
Proprietà dei metadati impostate su true |
AffectsRender, SubPropertiesDoNotAffectRender, Inherits |