FMX.Objects.TCalloutRectangle.SetXRadius

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetXRadius(const Value: Single); override;

C++

virtual void __fastcall SetXRadius(const float Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Objects.pas
FMX.Objects.hpp
FMX.Objects TCalloutRectangle

Description

Setter for the XRadius property.

FMX.Objects.TCalloutRectangle.SetXRadius inherits from FMX.Objects.TRectangle.SetXRadius. All content below this line refers to FMX.Objects.TRectangle.SetXRadius.

Setter for the XRadius property.

See Also