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

AnnLinearGradientMode Enumeration

Show in webframe
Specifies the direction of a linear gradient.
Syntax
Leadtools.Annotations.Core.AnnLinearGradientMode = function() { };
Leadtools.Annotations.Core.AnnLinearGradientMode.prototype = {
	horizontal = 0,
	vertical = 1,
	diagonal = 2,
	
 };
Members
ValueMemberDescription
0horizontal Specifies a gradient from left to right.
1vertical Specifies a gradient from top to bottom.
2diagonal Specifies a gradient from upper left to lower right.
See Also

Reference

Leadtools.Annotations.Core Namespace

Error processing SSI file