AmbientTheme.SelectionForegroundPen 属性

定义

获取工作流设计图面上所选项的环境前景钢笔设置。Gets the ambient foreground pen settings for selected items on the workflow design surface.

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

属性值

Pen

与工作流设计图面上所选项的前景关联的 PenA Pen associated with the foreground of selected items on the workflow design surface.

属性

注解

如果此属性包含一个空引用(在 Visual Basic 中为 Nothing),则默认情况下它将返回一个其颜色设置为当前 Pen 属性值并且其宽度设置为 1 的 SelectionForeColorIf this property contains a null reference (Nothing in Visual Basic) by default it will return a Pen with its color set to the current SelectionForeColor property value and its width set to 1.

适用于