Vcl.ExtCtrls.TShape.Shape

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Shape: TShapeType read FShape write SetShape default stRectangle;

C++

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

Properties

Type Visibility Source Unit Parent
property published
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TShape

Description

Specifies the shape of the control.

Set Shape to the geometric shape that should be drawn on the form. The Shape property has these possible values:



Value Meaning

stCircle

The shape is a circle.

stEllipse

The shape is an ellipse.

stRectangle

The shape is a rectangle. (Default)

stRoundRect

The shape is a rectangle with rounded corners.

stRoundSquare

The shape is a square with rounded corners.

stSquare

The shape is a square.