Leadtools.Annotations.Core.AnnStrokeLineJoin = function() { };
Leadtools.Annotations.Core.AnnStrokeLineJoin.prototype = {
	miter = 0,
	bevel = 1,
	round = 2,
	miterClipped = 3,
	
 };
            | Value | Member | Description | 
|---|---|---|
| 0 | miter | Specifies a mitered join. This produces a sharp corner or a clipped corner, depending on whether the length of the miter exceeds the miter limit. | 
| 1 | bevel | Specifies a beveled join. This produces a diagonal corner. | 
| 2 | round | Specifies a circular join. This produces a smooth, circular arc between the lines. | 
| 3 | miterClipped | Specifies a mitered join. This produces a sharp corner or a beveled corner, depending on whether the length of the miter exceeds the miter limit. |