AnnHatchStyle Enumeration

Summary

Enumeration listing the different patterns available for AnnHatchBrush.

Syntax
TypeScript
JavaScript
lt.Annotations.Engine.AnnHatchStyle = { 
	horizontal: 0, 
	vertical: 1, 
	forwardDiagonal: 2, 
	backwardDiagonal: 3, 
	cross: 4, 
	diagonalCross: 5, 
	percent05: 6, 
	percent10: 7, 
	percent20: 8, 
	percent25: 9, 
	percent30: 10, 
	percent40: 11, 
	percent50: 12, 
	percent60: 13, 
	percent70: 14, 
	percent75: 15, 
	percent80: 16, 
	percent90: 17 
} 
lt.Annotations.Engine.AnnHatchStyle = { 
	horizontal: 0, 
	vertical: 1, 
	forwardDiagonal: 2, 
	backwardDiagonal: 3, 
	cross: 4, 
	diagonalCross: 5, 
      percent05: 6, 
	percent10: 7, 
	percent20: 8, 
	percent25: 9, 
	percent30: 10, 
	percent40: 11, 
	percent50: 12, 
	percent60: 13, 
	percent70: 14, 
	percent75: 15, 
	percent80: 16, 
	percent90: 17 
} 

Members


0 Horizontal

A pattern of horizontal lines.

1 Vertical

A pattern of vertical lines.

2 ForwardDiagonal

A pattern of lines on a diagonal from upper left to lower right.

3 BackwardDiagonal

A pattern of lines on a diagonal from upper right to lower left.

4 Cross

Specifies horizontal and vertical lines that cross.

5 DiagonalCross

A pattern of crisscross diagonal lines.

6 Percent05

Specifies a 5-percent hatch. The ratio of foreground color to background color is 5:95.

7 Percent10

Specifies a 10-percent hatch. The ratio of foreground color to background color is 10:90.

8 Percent20

Specifies a 20-percent hatch. The ratio of foreground color to background color is 20:80.

9 Percent25

Specifies a 25-percent hatch. The ratio of foreground color to background color is 25:75.

10 Percent30

Specifies a 30-percent hatch. The ratio of foreground color to background color is 30:70.

11 Percent40

Specifies a 40-percent hatch. The ratio of foreground color to background color is 40:60.

12 Percent50

Specifies a 50-percent hatch. The ratio of foreground color to background color is 50:50.

13 Percent60

Specifies a 60-percent hatch. The ratio of foreground color to background color is 60:40.

14 Percent70

Specifies a 70-percent hatch. The ratio of foreground color to background color is 70:30.

15 Percent75

Specifies a 75-percent hatch. The ratio of foreground color to background color is 75:25.

16 Percent80

Specifies a 80-percent hatch. The ratio of foreground color to background color is 80:100.

17 Percent90

Specifies a 90-percent hatch. The ratio of foreground color to background color is 90:10.

Remarks

AnnHatchStyle lists the values used by AnnHatchBrush.HatchStyle.

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