AmbientTheme.BackgroundBrush 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取用于填充工作流设计图面上显示的图形形状的环境画笔。
public:
property System::Drawing::Brush ^ BackgroundBrush { System::Drawing::Brush ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Drawing.Brush BackgroundBrush { get; }
[<System.ComponentModel.Browsable(false)>]
member this.BackgroundBrush : System.Drawing.Brush
Public ReadOnly Property BackgroundBrush As Brush
属性值
一个 Brush 值,表示设计图面上工作流的背景画笔。
- 属性
注解
如果此属性包含一个空引用(在 Visual Basic 中为 Nothing
),则默认情况下它将返回一个其颜色设置为当前 SolidBrush 属性值的 BackColor。