Search
EArrowTextStyle Enumeration
See Also
 



Specifies the style of arrow's text; the enumeration members are used as values of the TextStyle property of arrows.

 Syntax

VB6  Copy Code

Public Enum EArrowTextStyle

C++  Copy Code

enum EArrowTextStyle

 Members

  Member name Value Description

atsCenter

0

The text is displayed horizontally above the middle arrow segment or control point, depending on whether there are an odd or even number of segments.

atsRotate

1

The text is displayed rotated parallelly to the segment where the text is placed. A long enough segment from the middle arrow segments is chosen for that purpose.

Note: Text rotation is supported only by the GDI+ Graphics engine.

atsOverLongestSegment

2

The text follows the longest arrow segment and is displayed centered at the segment's middle point.

 See Also