FMX.Colors.TGradientEdit.ColorPicker

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ColorPicker: TColorPicker read FColorPicker write SetColorPicker;

C++

__property TColorPicker* ColorPicker = {read=FColorPicker, write=SetColorPicker};

Properties

Type Visibility Source Unit Parent
property published
FMX.Colors.pas
FMX.Colors.hpp
FMX.Colors TGradientEdit

Description

Specifies the color picker attached to this gradient editor component.

A color picker is a visual component represented as a rectangular-shaped optical indicator that permits you to select a color from the color spectrum.

See Also