PenType Enum

Definition

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

public enum class PenType
public enum PenType
type PenType = 
Public Enum PenType
Inheritance

Fields

HatchFill 1

Specifies a hatch fill.

LinearGradient 4

Specifies a linear gradient fill.

PathGradient 3

Specifies a path gradient fill.

SolidColor 0

Specifies a solid fill.

TextureFill 2

Specifies a bitmap texture fill.

Remarks

The pen type is determined by the Brush property of the Pen object.

Applies to