←Select platform

Thickness Property

Summary
Gets or sets the line thickness of each line as a percentage of the total rectangle height.
Syntax
C#
Objective-C
C++/CLI
Java
public double Thickness { get; set; } 
@property (nonatomic, assign) double thickness; 
public double getThickness(); 
public void setThickness( 
   double doubleValue 
); 
public:  
   property double Thickness 
   { 
      double get() 
      void set(double value) 
   } 

Property Value

The line thickness of each line as a percentage of the total rectangle height. Default value is 0.15 meaning 15 percent. This value must be between 0 and 1.

Requirements

Target Platforms

Help Version 22.0.2022.12.13
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.