FMX.StdCtrls.TCornerButton.YRadius

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property YRadius;

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.

FMX.StdCtrls.TCornerButton.YRadius inherits from FMX.StdCtrls.TCustomCornerButton.YRadius. All content below this line refers to FMX.StdCtrls.TCustomCornerButton.YRadius.

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