FMX.Objects.TCalloutRectangle.CalloutWidth

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property CalloutWidth: Single read FCalloutWidth write SetCalloutWidth;

C++

__property float CalloutWidth = {read=FCalloutWidth, write=SetCalloutWidth};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
FMX.Objects.pas
FMX.Objects.hpp
FMX.Objects TCalloutRectangle


Beschreibung

Die Breite des Callout-Pfeils.

Das TCalloutRectangle-Objekt rendert seinen Callout-Pfeil als gleichschenkliges Dreieck an einer seiner Seiten. CalloutWidth ist die Länge der Basis des Dreiecks.

Siehe auch