AmbientTheme.SelectionForegroundBrush 属性

定义

获取用于填充与工作流设计图面上显示的所选项关联的图形形状的环境背景画笔。

public:
 property System::Drawing::Brush ^ SelectionForegroundBrush { System::Drawing::Brush ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Drawing.Brush SelectionForegroundBrush { get; }
[<System.ComponentModel.Browsable(false)>]
member this.SelectionForegroundBrush : System.Drawing.Brush
Public ReadOnly Property SelectionForegroundBrush As Brush

属性值

Brush

一个 Brush,表示与设计图面上工作流上只读项关联的画笔。

属性

注解

如果此属性包含一个空引用(在 Visual Basic 中为 Nothing),则默认情况下它将返回一个其颜色设置为当前 SolidBrush 属性值的 SelectionForeColor 对象。

适用于