AnnHatchStyle Enumeration

Summary

Enumeration listing the different patterns available for AnnHatchBrush.

Syntax

JavaScript Syntax
lt.Annotations.Core.AnnHatchStyle = { 
	Horizontal: 0, 
	Vertical: 1, 
	ForwardDiagonal: 2, 
	BackwardDiagonal: 3, 
	Cross: 4, 
	DiagonalCross: 5 
} 
TypeScript Syntax
lt.Annotations.Core.AnnHatchStyle = { 
	Horizontal: 0, 
	Vertical: 1, 
	ForwardDiagonal: 2, 
	BackwardDiagonal: 3, 
	Cross: 4, 
	DiagonalCross: 5 
} 

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.

Remarks

AnnHatchStyle lists the values used by AnnHatchBrush.HatchStyle.

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