Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Core)

AnnStrokeLineCap Enumeration

Show in webframe
Indicates the cap style for ending a line.
Syntax
Leadtools.Annotations.Core.AnnStrokeLineCap = function() { };
Leadtools.Annotations.Core.AnnStrokeLineCap.prototype = {
	flat = 0,
	square = 1,
	round = 2,
	triangle = 3,
	
 };
Members
ValueMemberDescription
0flatSpecifies a flat line cap.
1squareSpecifies a square line cap.
2roundSpecifies a round line cap.
3triangleSpecifies a triangular line cap.
See Also

Reference

Leadtools.Annotations.Core Namespace

Error processing SSI file