Click or drag to resize

LineStyle Enumeration

The type of line to draw.

Namespace:  Atalasoft.Imaging.Drawing
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum LineStyle
Members
  Member nameDescription
Solid The pen is solid.
Dash The pen is dashed.
Dot The pen is dotted.
DashDot The pen has alternating dashes and dots.
DashDotDot The pen has alternating dashes and double dots.
Custom Allows for a custom dash/dot combination.
See Also