AmbientTheme.SelectionPatternPen 属性

定义

获取与工作流设计图面上所选项关联的模式的环境钢笔设置。Gets the ambient pen settings for the pattern associated with selected items on the workflow design surface.

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

属性值

Pen

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

属性

注解

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

适用于