次の方法で共有


AmbientTheme.DropIndicatorBrush プロパティ

定義

ワークフロー デザイン サーフェイスにドラッグしたオブジェクトに関連付けられているアンビエント ブラシを取得します。

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

プロパティ値

Brush

ワークフロー デザイン サーフェイスにドラッグしたオブジェクトに関連付けられている Brush

属性

注釈

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

適用対象