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 AffectsRender, SubPropertiesDoNotAffectRender, Inherits

적용 대상