←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#
Objective-C
C++/CLI
Java
public bool UseSplineMode { get; set; } 
@property (nonatomic, assign) BOOL useSplineMode; 
public boolean getUseSplineMode(); 
public void setUseSplineMode( 
   boolean booleanValue 
); 
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 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Rendering.WinForms Assembly

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