FMX.StdCtrls.TCustomCornerButton.XRadius

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property XRadius: Single read FXRadius write SetXRadius;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TCustomCornerButton


Beschreibung

Gibt den Abstand auf den horizontalen Seiten der Schaltfläche von einer Ecke bis zum Startpunkt der Eckformenanpassung an.

Die Anpassung wird in den Eigenschaften Corners, CornerType, XRadius und YRadius definiert.

Siehe auch