Page.Foreground 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 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、SubPropertiesDoNotAffectRender、Inherits |