FMX.Objects.TCalloutRectangle.SetCorners

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetCorners(const Value: TCorners); override;

C++

virtual void __fastcall SetCorners(const Fmx::Types::TCorners Value);

Properties

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

Description

Setter for the Corners property.

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

Setter for the Corners property.

Value is a set of constants defined in TCorner: TopLeft, TopRight, BottomLeft, and BottomRight.

See Also