Condividi tramite


WindowsFormsHost.Foreground Proprietà

Definizione

Ottiene o imposta il colore primo piano del controllo ospitato.

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

Valore della proprietà

Brush usato per impostare il colore primo piano del controllo ospitato.

Commenti

Questa proprietà di dipendenza viene identificata dal ForegroundProperty campo. Per impostazione predefinita, questa proprietà viene mappata per aggiornare la Control.ForeColor proprietà del controllo ospitato. Per altre informazioni sul mapping della Foreground proprietà, vedere Mapping delle proprietà Windows Forms e WPF.

Uso della sintassi XAML per gli attributi

<object Foreground="Brush"/>

Valori XAML

Pennello Per la sintassi dell'attributo XAML, vedere Brush sintassi dell'attributo XAML.

Informazioni proprietà di dipendenza

Campo Identificatore ForegroundProperty
Proprietà dei metadati impostate su true AffectsRender,

SubPropertiesDoNotAffectRender,

Inherits

Si applica a

Vedi anche