FMX.Objects.TCalloutRectangle.SetYRadius

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetYRadius(const Value: Single); override;

C++

virtual void __fastcall SetYRadius(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 YRadius property.

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

Setter for the YRadius property.

See Also