AmbientTheme.DropIndicatorPen 屬性

定義

取得與您拖曳到工作流程設計介面上之物件相關聯的環境畫筆。

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

屬性值

Pen

與您拖曳到工作流程設計介面上之物件關聯的 Pen

屬性

備註

如果此屬性包含 null 參考 (在 Visual Basic 中為 Nothing),預設會傳回 Pen,而且其色彩會設定為目前的 DropIndicatorColor 屬性值,寬度設定為 BorderWidth 屬性。

適用於