PenType

PenType enumeration

Specifies the type of fill a Pen object uses to fill lines.

public enum PenType

Values

NameValueDescription
SolidColor0Specifies a solid fill.
HatchFill1Specifies a hatch fill.
TextureFill2Specifies a bitmap texture fill.
PathGradient3Specifies a path gradient fill.
LinearGradient4Specifies a linear gradient fill.

See Also