FMX.Types.TLineMetricInfo.Metrics

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

Delphi

property Metrics[ind: integer]: PLineMetric read GetMetrics;

C++

__property PLineMetric Metrics[int ind] = {read=GetMetrics};

プロパティ

種類 可視性 ソース ユニット
property public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TLineMetricInfo

説明

指定したインデックスにある測定を返します。Metrics を使用すると、測定の配列内の、ind パラメータで指定されるインデックスにある、測定を取得することができます。

関連項目