Gets or sets the value indicating whether to use spline curves instead of straight lines when rendering polylines.
public bool UseSplineMode {get; set;}
'Declaration
Public Property UseSplineMode As Boolean
'Usage
Dim instance As AnnD2DPolylineObjectRenderer
Dim value As Boolean
instance.UseSplineMode = value
value = instance.UseSplineMode
public bool UseSplineMode {get; set;}
<br/>get_UseSplineMode();<br/>set_UseSplineMode(value);<br/>Object.defineProperty('UseSplineMode');
Property Value
true to use spline curves instead of straight lines when rendering polylines,
false otherwise. Default value is
false.