Vcl.GraphUtil.TArrowType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TArrowType = (atSolid, atArrows);

C++

enum DECLSPEC_DENUM TArrowType : unsigned char { atSolid, atArrows };

Properties

Type Visibility Source Unit Parent
enum public
Vcl.GraphUtil.pas
Vcl.GraphUtil.hpp
Vcl.GraphUtil Vcl.GraphUtil

Description

Specifies the arrow type.

TArrowType is used to specify type of the arrow drawn by the DrawArrow routine.