PolylineStyle Enumeration |
The line style to use for PolylinePrimitives
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic enum PolylineStyle
Public Enumeration PolylineStyle
public enum class PolylineStyle
Members
| Member name | Description |
---|
| Solid |
A solid line.
|
| Dotted |
A dotted line.
|
| ShortDash |
A line made up of short dashes.
|
| LongDash |
A line made up of long dashes.
|
| DashDot |
A line made up of dashes followed by a single dot.
|
See Also