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

Namespace:  Neodynamic.SDK.ImageDraw
Assembly:  Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll) Version: 3.0.2000.0 (3.0.2000.0)

Syntax

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

See Also