Enum StrokeStyle
Specifies the style of a stroke path.
Namespace: Neodynamic.SDK.Printing
Assembly: cs.temp.dll.dll
Syntax
public enum StrokeStyle
Fields
Name | Description |
---|---|
Dash | Specifies a path consisting of dots. |
Dot | Specifies a path consisting of dashes. |
Solid | Specifies a solid path. |