Share via


AmbientTheme.ReadonlyIndicatorBrush プロパティ

定義

ワークフロー デザイン サーフェイスに表示される読み取り専用項目に関連付けられたグラフィカル形状を塗りつぶすのに使用されるアンビエント ブラシを取得します。

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

プロパティ値

ワークフロー デザイン サーフェイスの読み取り専用項目に関連付けられているブラシを表す Brush

属性

注釈

このプロパティに null 参照 (Visual Basic の場合は Nothing) が含まれている場合は、既定では色が現在の SolidBrush プロパティ値に設定された ReadonlyIndicatorColor オブジェクトが返されます。

適用対象