Vcl.ExtCtrls.TShape.Shape

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

Delphi

property Shape: TShapeType read FShape write SetShape default stRectangle;

C++

__property TShapeType Shape = {read=FShape, write=SetShape, default=0};

プロパティ

種類 可視性 ソース ユニット
property published
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TShape

説明

コントロールの形状を指定します。

Shape プロパティには,フォームに表示する幾何学図形を設定します。以下に Shape プロパティの値と内容を示します。



意味

stCircle

図形は円である

stEllipse

図形は楕円である

stRectangle

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

stRoundRect

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

stRoundSquare

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

stSquare

図形は正方形である