FMX.Objects.TCalloutRectangle.CalloutWidth

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property CalloutWidth: Single read FCalloutWidth write SetCalloutWidth;

C++

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

プロパティ

種類 可視性 ソース ユニット
property published
FMX.Objects.pas
FMX.Objects.hpp
FMX.Objects TCalloutRectangle

説明

吹き出しのポインタの幅。

TCalloutRectangle は、吹き出しのポインタを、その辺のうちの 1 つの上に、二等辺三角形としてレンダリングします。 CalloutWidth は、三角形のベースの長さです。

関連項目