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

Namespace: Neodynamic.WebControls.ImageDraw
Assembly:   Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw)
Version: 3.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);
}