FMX.Colors.TGradientEdit.CurrentPoint

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

Delphi

property CurrentPoint: Integer read FCurrentPoint write SetCurrentPoint;

C++

__property int CurrentPoint = {read=FCurrentPoint, write=SetCurrentPoint, nodefault};

プロパティ

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

説明

グラデーション カラーのセレクタであるコンポーネント上にある、セレクタ ポイントの場所を示します。

CurrentPoint プロパティが変更されると、OnSelectPoint イベントも発生します。

関連項目