StrokeStyle Enumeration

Style of the ColorPen stroke.

Definition

Namespace: SMath.Drawing
Assembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.4.0.0
C#
public enum StrokeStyle

Members

Solid0 Solid stroke.
Dash1 Dashed stroke.
Dot2 Dotted stroke.
DashDot3 Stroke in dash-dot style.
DashDotDot4 Stroke in dash-dot-dot style.
Custom5 Custom stroke style.

See Also