FMX.Objects3D.TRectangle3D.Corners

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Corners: TCorners read FCorners write SetCorners stored IsCornersStored;

C++

__property Fmx::Types::TCorners Corners = {read=FCorners, write=SetCorners, stored=IsCornersStored, nodefault};

Properties

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

Description

Specifies which corners of this rectangle will be rendered in a rounded style.

The default value for the Corners property is AllCorners, which means that, by default, all four of its corners are rounded.

See Also