FMX.Objects.TCalloutRectangle.SetCornerType
Delphi
procedure SetCornerType(const Value: TCornerType); override;
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 | TCalloutRectangle |
Description
Setter for the CornerType property.
FMX.Objects.TCalloutRectangle.SetCornerType inherits from FMX.Objects.TRectangle.SetCornerType. All content below this line refers to FMX.Objects.TRectangle.SetCornerType.
Setter for the CornerType property.
Value should be one of the constants defined in TCornerType: Round, Bevel, InnerRound, and InnerLine.