Share via


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 が返されます。

適用対象