AnnStrokeLineCap Enumeration

Summary

Indicates the cap style for ending a line.

Syntax

JavaScript Syntax
lt.Annotations.Core.AnnStrokeLineCap = { 
	Flat: 0, 
	Square: 1, 
	Round: 2, 
	Triangle: 3 
} 
TypeScript Syntax
lt.Annotations.Core.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly