Page.Foreground プロパティ

定義

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

プロパティ値

Brush

Brush の前景を描画するために使用される Page。 既定値は、Black です。

属性

注釈

依存プロパティ情報

識別子フィールド ForegroundProperty
メタデータのプロパティが次に設定されている true AffectsRenderSubPropertiesDoNotAffectRenderInherits

適用対象