AmbientTheme.CommentIndicatorBrush 屬性

定義

取得與工作流程設計介面上、已加上註解的設計工具相關聯的環境筆刷。

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

屬性值

Brush,與工作流程設計介面上已經加上註解的設計工具關聯。

屬性

備註

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

適用於