AmbientTheme.ForegroundBrush 属性

定义

获取工作流设计图面的环境前景画笔。

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

属性值

Brush

表示环境前景画笔的 Brush 值。

属性

注解

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

适用于