FMX.Objects.TRoundRect.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.Objects.pas
FMX.Objects.hpp
FMX.Objects TRoundRect

Description

Specifies which corners are to be rounded.

By default, all four corners are rounded. Use the SetCorners function to define which corners are to be rounded.

Corners is a set of constants defined in the FMX.Types.TCorner type: crTopLeft, crTopRight, crBottomLeft, and crBottomRight.

If Corners is an empty set, then no corner is rounded.

See Also

Personal tools
Translations