Gets or sets the join style for the ends of two consecutive segments in a figure or shape.

Namespace: Neodynamic.SDK
Assembly:   Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw)
Version: 1.0.2000.0

Syntax

Visual Basic (Declaration)
Public Property StrokeLineJoinStyle As LineJoin
C#
public LineJoin StrokeLineJoinStyle { get; set; }
Visual C++
public:
property LineJoin StrokeLineJoinStyle {
	LineJoin get ();
	void set (LineJoin value);
}