AmbientTheme.CommentIndicatorBrush 属性

定义

获取与工作流设计图面上带有注释的设计器关联的环境画笔。Gets the ambient brush associated with commented designers on the workflow design surface.

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

与工作流设计图面上带有注释的设计器关联的 BrushA Brush that is associated with commented designers on the workflow design surface.

属性

注解

如果此属性包含一个空引用(在 Visual Basic 中为 Nothing),则默认情况下它将返回一个其颜色设置为当前 SolidBrush 属性值的 CommentIndicatorColorIf this property contains a null reference (Nothing in Visual Basic), by default it will return a SolidBrush with its color set to the current CommentIndicatorColor property value.

适用于