共用方式為


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,表示與設計介面上工作流程之唯讀項目關聯的筆刷。

屬性

備註

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

適用於