PenType 枚举
指定用来填充直线的 Pen 对象填充类型。
**命名空间:**System.Drawing.Drawing2D
**程序集:**System.Drawing(在 system.drawing.dll 中)
语法
声明
Public Enumeration PenType
用法
Dim instance As PenType
public enum PenType
public enum class PenType
public enum PenType
public enum PenType
成员
成员名称 | 说明 | |
---|---|---|
HatchFill | 指定阴影填充。 | |
LinearGradient | 指定线性渐变填充。 | |
PathGradient | 指定路径渐变填充。 | |
SolidColor | 指定实填充。 | |
TextureFill | 指定位图纹理填充。 |
备注
钢笔类型由 Pen 对象的 Brush 属性确定。
平台
Windows 98、Windows 2000 SP4、Windows Millennium Edition、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