次の方法で共有


AmbientTheme.BackgroundBrush プロパティ

定義

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

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

プロパティ値

ワークフロー デザイン サーフェイスの背景ブラシを表す Brush の値。

属性

注釈

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

適用対象