PolylinePrimitive.LineStyle Property |
Gets or sets the style of the line.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic PolylineStyle LineStyle { get; set; }
Public Property LineStyle As PolylineStyle
Get
Set
public:
property PolylineStyle LineStyle {
PolylineStyle get ();
void set (PolylineStyle value);
}
member LineStyle : PolylineStyle with get, set
Property Value
Type:
PolylineStyle
See Also