C#
VB
Java
WinRT C#
C++
Gets or sets the line thickness of each line as a percentage of the total rectangle height.
public double Thickness { get; set; }
Public Property Thickness As Double
public double Thickness {get; set;}
public double getThickness()
public void setThickness(double value)
<br/>get_Thickness();<br/>set_Thickness(value);<br/>Object.defineProperty('Thickness');
public:
property double Thickness
{
double get()
void set(double 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.
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