FMX.StdCtrls.TCornerButton.YRadius

From RAD Studio API Documentation

Delphi

property YRadius: Single read FYRadius write SetYRadius default 0;

C++

__property YRadius = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TCornerButton

Description

Specifies the distance from a corner to the start point of the corner shape customization, on the vertical sides of the button. {{#multireplace:FMX.StdCtrls.TCornerButton.YRadius|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.StdCtrls.TCustomCornerButton.YRadius|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.StdCtrls.TCustomCornerButton.YRadius|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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

How corners are customized is defined by the Corners, CornerType, XRadius, and YRadius properties.

See Also