C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the AnnStrokeLineJoin style for the ends of two consecutive lines drawn with this AnnStroke object.
public AnnStrokeLineJoin StrokeLineJoin { get; set; }
Public Property StrokeLineJoin As Leadtools.Annotations.Core.AnnStrokeLineJoin
public Leadtools.Annotations.Core.AnnStrokeLineJoin StrokeLineJoin {get; set;}
@property (nonatomic) LTAnnStrokeLineJoin strokeLineJoin;
public AnnStrokeLineJoin getStrokeLineJoin()
public void setStrokeLineJoin(AnnStrokeLineJoin strokeLineJoin)
get_StrokeLineJoin();
set_StrokeLineJoin(value);
Object.defineProperty('StrokeLineJoin');
public:
property AnnStrokeLineJoin^ StrokeLineJoin
{
AnnStrokeLineJoin^ get()
void set(AnnStrokeLineJoin^ value)
}
The AnnStrokeLineJoin style for the ends of two consecutive lines drawn with this AnnStroke object.
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