共用方式為


AmbientTheme.BackgroundBrush 屬性

定義

取得用來填滿顯示在工作流程設計介面上圖形化圖案的環境筆刷。

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 值,表示設計介面上工作流程的背景筆刷。

屬性

備註

如果此屬性包含 null 參考 (在 Visual Basic 中為 Nothing),預設會傳回 SolidBrush,而且其色彩會設定為目前的 BackColor 屬性值。

適用於