FMX.StdCtrls.TCustomCornerButton.YRadius
Delphi
property YRadius: Single read FYRadius write SetYRadius;
C++
__property float YRadius = {read=FYRadius, write=SetYRadius};
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
property | public | FMX.StdCtrls.pas FMX.StdCtrls.hpp |
FMX.StdCtrls | TCustomCornerButton |
Beschreibung
Gibt den Abstand auf den vertikalen 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.