Indicates the type of line a pen draws.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public enum IEPenStyles
Public Enumeration IEPenStyles
public enum class IEPenStyles

Members

MemberValueDescription
Solid0
A solid line.
Dash1
A line made up of a series of dashes.
Dot2
A line made up of a series of dots.
DashDot3
A line made up of alternating dashes and dots.
DashDotDot4
A line made up of a series of dash-dot-dot combinations.
Clear5
No line is drawn (used to omit the line around shapes that draw an outline using the current pen).
InsideFrame6
A solid line, but one that may use a dithered color if the pen width is greater than 1.

See Also