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