←Select platform

UseSplineMode Property

Summary
Gets or sets the value indicating whether to use spline curves instead of straight lines when rendering polylines.
Syntax
C#
VB
C++
Java
public bool UseSplineMode { get; set; } 
Public Property UseSplineMode As Boolean 
public boolean getUseSplineMode() 
public void setUseSplineMode(boolean value) 
public:  
   property bool UseSplineMode 
   { 
      bool get() 
      void set(bool value) 
   } 

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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Rendering.WinForms Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.