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.dll)
Version: 4.0.2000.0 (4.0.2000.0)

Syntax

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

See Also