Vcl.GraphUtil.TArrowType

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

TArrowType = (atSolid, atArrows);

C++

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

プロパティ

種類 可視性 ソース ユニット
enum public
Vcl.GraphUtil.pas
Vcl.GraphUtil.hpp
Vcl.GraphUtil Vcl.GraphUtil

説明

矢印の種類を表します。

TArrowType は、DrawArrow ルーチンによって描画する矢印の種類を指定するために使用します。