System.Drawing.Drawing2D.PenType
Namespace: System.Drawing.Drawing2D
Assembly: System.Drawing.Managed (4.0.0.0)
PenType Type Specifies the type of fill a Pen uses to fill lines.
public enum PenType : Enum
Public Enum PenType As [Enum]
HatchFill
Specifies a hatch fill.
LinearGradient
Specifies a linear gradient fill.
PathGradient
Specifies a path gradient fill.
SolidColor
Specifies a solid fill.
TextureFill
Specifies a bitmap texture fill.
Pen.PenType
Gets the style of lines drawn with this Pen.
Last updated 2 months ago
Was this helpful?