FMX.StdCtrls.TCustomCornerButton.XRadius

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property XRadius: Single read FXRadius write SetXRadius;

C++

__property float XRadius = {read=FXRadius, write=SetXRadius};

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 horizontal sides of the button.

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

See Also