FMX.Objects3D.TRectangle3D.CornerType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CornerType: TCornerType read FCornerType write SetCornerType;

C++

__property Fmx::Types::TCornerType CornerType = {read=FCornerType, write=SetCornerType, nodefault};

Properties

Type Visibility Source Unit Parent
property published
FMX.Objects3D.pas
FMX.Objects3D.hpp
FMX.Objects3D TRectangle3D

Description

Specifies the style of roundness the corners of this rectangle will have.

When you put a TRectangle3D component on a FireMonkey 3D form, the default value for the CornerType property is TCornerType.Round, which means that, by default, all four of its corners are rounded.

See Also