AnnStrokeLineCap Enumeration

Summary

Indicates the cap style for ending a line.

Syntax
TypeScript
JavaScript
lt.Annotations.Engine.AnnStrokeLineCap = { 
	flat: 0, 
	square: 1, 
	round: 2, 
	triangle: 3 
} 
lt.Annotations.Engine.AnnStrokeLineCap = { 
	flat: 0, 
	square: 1, 
	round: 2, 
	triangle: 3 
} 

Members

0 Flat

(0)Specifies a flat line cap.

1 Square

(1)Specifies a square line cap.

2 Round

(2)Specifies a round line cap.

3 Triangle

(3)Specifies a triangular line cap.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly