Click or drag to resize

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)
Syntax
public enum PolylineStyle
Members
  Member nameDescription
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