FMX.Objects.TRectangle.XRadius

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property XRadius: Single read FXRadius write SetXRadius;

C++

__property float XRadius = {read=FXRadius, write=SetXRadius};

Properties

Type Visibility Source Unit Parent
property published
FMX.Objects.pas
FMX.Objects.hpp
FMX.Objects TRectangle

Description

Specifies the distance from a corner to the start point of the corner shape customization, on the horizontal sides of TRectangle.

During design time, the maximum possible value of XRadius is limited by the half of the smallest side.

If XRadius=0, then no corner shape customization is used.

See Also