useSplineMode Property

Summary

Gets or sets the value indicating whether to use spline curves instead of straight lines when rendering polylines.

Syntax

JavaScript Syntax
Object.defineProperty(AnnPolylineObjectRenderer.prototype, 'useSplineMode', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
useSplineMode: boolean; 

Property Value

true to use spline curves instead of straight lines when rendering polylines, false otherwise. Default value is false.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Rendering.JavaScript Assembly