FMX.Objects.TRectangle.YRadius

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property YRadius: Single read FYRadius write SetYRadius;

C++

__property float YRadius = {read=FYRadius, write=SetYRadius};

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 vertical sides of TRectangle.

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

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

See Also