Pen.Brush 属性

获取或设置 Brush,用于确定此 Pen 的属性。

**命名空间:**System.Drawing
**程序集:**System.Drawing(在 system.drawing.dll 中)

语法

声明
Public Property Brush As Brush
用法
Dim instance As Pen
Dim value As Brush

value = instance.Brush

instance.Brush = value
public Brush Brush { get; set; }
public:
property Brush^ Brush {
    Brush^ get ();
    void set (Brush^ value);
}
/** @property */
public Brush get_Brush ()

/** @property */
public void set_Brush (Brush value)
public function get Brush () : Brush

public function set Brush (value : Brush)

属性值

一个 Brush,用于确定此 Pen 的属性

备注

指派此属性将导致钢笔绘制填充直线和曲线。它重写 PenColor 属性。

平台

Windows 98、Windows 2000 SP4、Windows CE、Windows Millennium Edition、Windows Mobile for Pocket PC、Windows Mobile for Smartphone、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition

.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求

版本信息

.NET Framework

受以下版本支持:2.0、1.1、1.0

请参见

参考

Pen 类
Pen 成员
System.Drawing 命名空间