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

适用于