API:FMX.Objects.TCalloutRectangle.SetCornerType

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure SetCornerType(const Value: TCornerType); override;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
FMX.Objects.pas
FMX.Objects.hpp
FMX.Objects TCalloutRectangle

Beschreibung

Setter für die Eigenschaft CornerType.

FMX.Objects.TCalloutRectangle.SetCornerType erbt von FMX.Objects.TRectangle.SetCornerType. Der folgende Inhalt bezieht sich auf FMX.Objects.TRectangle.SetCornerType.

Setter für die Eigenschaft CornerType.

Value muss eine der im Typ TCornerType definierten Konstanten sein: Round, Bevel, InnerRound und InnerLine.

Siehe auch