Search
EArrowHead Enumeration
See Also
 



The enumeration members are used as values of the arrows ArrowHead, ArrowBase and IntermArrowHead properties.

 Syntax

VB6  Copy Code

Public Enum EArrowHead

C++  Copy Code

enum EArrowHead

 Members

  Member name Value Description

ahNone

0

Do not display an arrowhead shape.

ahArrow

1

Display an arrow-like shape.

ahTriangle

2

Display a triangle.

ahCircle

3

Display a circle.

ahTetragon

4

Display a tetragon.

ahRhombus

5

Display a rhombus.

ahBowArrow

6

Display a bow arrow.

ahPointerArrow

7

Display a pointer arrow.

ahPentagon

8

Display a pentagon.

ahDoubleArrow

9

Display a double arrow.

ahReversed

10

Reversed arrowhead.

ahRevTriangle

11

Display a reversed triangle.

ahQuill

12

Display a quill.

ahRevWithLine

13

Reversed arrowhead with intersecting line.

ahRevWithCirc

14

Reversed arrowhead with a circle.

ahBackSlash

15

Display a back slash.

ahSlash

16

Display a slash.

ahDefaultFlow

17

"Default flow" in BPMN diagrams.

 See Also