Vcl.ExtCtrls.TShapeType

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

Delphi

TShapeType = (stRectangle, stSquare, stRoundRect, stRoundSquare,
stEllipse, stCircle);

C++

enum DECLSPEC_DENUM TShapeType : unsigned char { stRectangle, stSquare, stRoundRect, stRoundSquare, stEllipse, stCircle };

プロパティ

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

説明

TShapeType 型は,TShape コントロールの形状を指定します。

TShapeType 型の有効な値は以下のとおりです。



意味

stCircle

図形は円である

stEllipse

図形は楕円である

stRectangle

図形は四角形である (デフォルト)

stRoundRect

図形は角の丸い四角形である

stRoundSquare

図形は角の丸い正方形である

stSquare

図形は正方形である