FMX.StdCtrls.TCustomCornerButton.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 public
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TCustomCornerButton

Description

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