Pens.Yellow 属性

定义

系统定义的宽度为 1 的 Pen 对象。

public:
 static property System::Drawing::Pen ^ Yellow { System::Drawing::Pen ^ get(); };
public static System.Drawing.Pen Yellow { get; }
static member Yellow : System.Drawing.Pen
Public Shared ReadOnly Property Yellow As Pen

属性值

Pen

设置为系统定义颜色的 Pen 对象。

适用于