AmbientTheme.DropIndicatorBrush 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與您拖曳到工作流程設計介面上之物件關聯的環境筆刷。
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。
- 屬性
備註
如果此屬性包含 null 參考 (在 Visual Basic 中為 Nothing
),預設會傳回 SolidBrush,而且其色彩會設定為目前的 DropIndicatorColor 屬性值。