FMX.Objects.TRectangle.SetCornerType
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.