C#
VB
Java
WinRT C#
C++
Gets or sets the value indicating whether to use spline curves instead of straight lines when rendering polylines.
public bool UseSplineMode { get; set; }
Public Property UseSplineMode As Boolean
public bool UseSplineMode {get; set;}
public boolean getUseSplineMode()
public void setUseSplineMode(boolean value)
<br/>get_UseSplineMode();<br/>set_UseSplineMode(value);<br/>Object.defineProperty('UseSplineMode');
public:
property bool UseSplineMode
{
bool get()
void set(bool value)
}
true to use spline curves instead of straight lines when rendering polylines, false otherwise. Default value is false.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET