C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the limit of the thickness of the join on a mitered corner.
public double StrokeMiterLimit { get; set; }
Public Property StrokeMiterLimit As Double
public double StrokeMiterLimit {get; set;}
@property (nonatomic) double strokeMiterLimit;
public double getStrokeMiterLimit()
public void setStrokeMiterLimit(double strokeMiterLimit)
get_StrokeMiterLimit();
set_StrokeMiterLimit(value);
Object.defineProperty('StrokeMiterLimit');
public:
property double StrokeMiterLimit
{
double get()
void set(double value)
}
The limit of the thickness of the join on a mitered corner. This value uses the same unit of measure as the one used as the Leadtools.LeadLengthD value for the StrokeThickness property.
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