FMX.Graphics.TGradientPoints.Points

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

Delphi

property Points[Index: Integer]: TGradientPoint read GetPoint; default;

C++

__property TGradientPoint* Points[int Index] = {read=GetPoint/*, default*/};

プロパティ

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


説明

グラデーション ポイントのコレクション内にある、アイテムのリストです。

読み取り専用の Points プロパティは、アイテムをTGradientPoint へハード キャストします。

Points を使用すると、グラデーション ポイント コレクション内にある個々のアイテムにアクセスすることができます。 Index パラメータの値は、コレクション内の項目の位置を表します。


関連項目


コード サンプル