FMX.Objects.TRectangle.SetCornerType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetCornerType(const Value: TCornerType); virtual;

C++

virtual void __fastcall SetCornerType(const Fmx::Types::TCornerType Value);

Properties

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

Description

Setter for the CornerType property.

Value should be one of the constants defined in TCornerType: Round, Bevel, InnerRound, and InnerLine.

See Also