Enum Canvas.LineStyle
The possible line styles used in Line(PointF, float, Orientation, LineStyle, Style).
Namespace: Sharpie
Assembly: sharpie.dll
Syntax
public enum Canvas.LineStyle
Fields
Name | Description |
---|---|
Double | Double line. |
Heavy | Heavy line. |
HeavyDashed | Heavy dashed line. |
Light | Light style (default). |
LightDashed | Light dashed line. |