Share via


AmbientTheme.CommentIndicatorPen プロパティ

定義

ワークフロー デザイン サーフェイスのコメントが付けられたデザイナーに関連付けられているアンビエント ペンを取得します。

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

プロパティ値

Pen

ワークフロー デザイン サーフェイスのコメントが付けられたデザイナーに関連付けられている Pen の値。

属性

注釈

このプロパティに null 参照 (Visual Basic の場合は Nothing) が含まれている場合は、既定では色が現在の Pen プロパティ値、幅が 1 に設定された CommentIndicatorColor が返されます。

適用対象