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 in the TRoundRect object are to be rounded.

The rounding radius is equal to the half of the smallest side.

By default, all four corners are rounded.

Corners is a set of TCorner values that specify which of the corners are rounded.

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

Use the AllCorners constant to select all corners.

See Also