PenType

PenType enum

Specifies a type of a fill Pen object uses.

enum class PenType

Values

NameValueDescription
SolidColor0A solid fill.
HatchFill1A hatch fill.
TextureFill2A bitmap texture fill.
PathGradient3A path gradient fill.
LinearGradient4A linear gradient fill.

See Also