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 Page 전경을 그리는 데 사용하는 것입니다. 기본값은 Black입니다.

특성

설명

종속성 속성 정보

항목 가치
식별자 필드 ForegroundProperty
메타데이터 속성이 다음으로 설정됩니다. true AffectsRender, , SubPropertiesDoNotAffectRenderInherits

적용 대상