[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'GraphUtil' (#lcl)

TArrowType

Indicates the drawing style for an arrow.

Declaration

Source position: graphutil.pp line 65

type TArrowType = (

  atSolid,

  

Arrow is drawn using a solid, filled color.

  atArrows

  

Arrow is drawn using chevrons.

);

The latest version of this document can be found at lazarus-ccr.sourceforge.net.