WindowsFormsHost.Foreground プロパティ

定義

ホストされるコントロールの前景色を取得または設定します。

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

プロパティ値

ホストされるコントロールの前景色を設定する Brush

注釈

この依存関係プロパティは、 フィールドによって ForegroundProperty 識別されます。 既定では、このプロパティは、ホストされているコントロールの プロパティを Control.ForeColor 更新するためにマップされます。 プロパティのForegroundマッピングの詳細については、「Windows フォームおよび WPF プロパティ マッピング」を参照してください。

XAML 属性の使用方法

<object Foreground="Brush"/>

XAML 値

ブラシ 「XAML 属性の構文」を参照してください Brush

依存プロパティ情報

識別子フィールド ForegroundProperty
に設定されたメタデータ プロパティ true AffectsRender,

SubPropertiesDoNotAffectRender,

Inherits

適用対象

こちらもご覧ください