FMX.Objects.TRectangle.YRadius
From RAD Studio API Documentation
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 customization, on the vertical sides of a rectangle.
Use SetYRadius to define YRadius.
The maximum possible value of YRadius is the half of the rectangle height. If YRadius exceeds this limit, height/2 is used.