PolylinePrimitive.PolylineType Property |
Gets how the polyline interprets the positions passed to Set methods.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic PolylineType PolylineType { get; }
Public ReadOnly Property PolylineType As PolylineType
Get
public:
property PolylineType PolylineType {
PolylineType get ();
}
member PolylineType : PolylineType with get
Property Value
Type:
PolylineType
See Also