AmbientTheme.SelectionForegroundBrush プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ワークフロー デザイン サーフェイスに表示される選択された項目に関連付けられたグラフィカル形状を塗りつぶすのに使用されるアンビエント前景ブラシを取得します。
public:
property System::Drawing::Brush ^ SelectionForegroundBrush { System::Drawing::Brush ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Drawing.Brush SelectionForegroundBrush { get; }
[<System.ComponentModel.Browsable(false)>]
member this.SelectionForegroundBrush : System.Drawing.Brush
Public ReadOnly Property SelectionForegroundBrush As Brush
プロパティ値
ワークフロー デザイン サーフェイスの読み取り専用項目に関連付けられているブラシを表す Brush。
- 属性
注釈
このプロパティに null 参照 (Visual Basic の場合は Nothing
) が含まれている場合は、既定では色が現在の SolidBrush プロパティ値に設定された SelectionForeColor オブジェクトが返されます。