←Select platform

AnnHatchStyle Enumeration

Summary

Enumeration listing the different patterns available for AnnHatchBrush.

Syntax

C#
VB
Java
Objective-C
C++
public enum AnnHatchStyle 
Public Enum AnnHatchStyle 
public enum class AnnHatchStyle sealed 
public enum AnnHatchStyle 
typedef NS_ENUM(NSInteger, LTAnnHatchStyle) 

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