AnnLinearGradientMode Enumeration

Summary

Specifies the direction of a linear gradient.

Syntax
TypeScript
JavaScript
lt.Annotations.Engine.AnnLinearGradientMode = { 
	horizontal: 0, 
	vertical: 1, 
	diagonal: 2 
} 
lt.Annotations.Engine.AnnLinearGradientMode = { 
	horizontal: 0, 
	vertical: 1, 
	diagonal: 2 
} 
Members

0

Horizontal

(0) Specifies a gradient from left to right.

1

Vertical

(1) Specifies a gradient from top to bottom.

2

Diagonal

(2) Specifies a gradient from upper left to lower right.

Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.