FMX.Colors.TAlphaTrackBar

From RAD Studio API Documentation
Jump to: navigation, search

FMX.StdCtrls.TBitmapTrackBarFMX.StdCtrls.TTrackBarFMX.StdCtrls.TCustomTrackFMX.Controls.Presentation.TPresentedControlFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectTAlphaTrackBar

Delphi

TAlphaTrackBar = class(TBitmapTrackBar)

C++

class PASCALIMPLEMENTATION TAlphaTrackBar : public Fmx::Stdctrls::TBitmapTrackBar

Properties

Type Visibility Source Unit Parent
class public
FMX.Colors.pas
FMX.Colors.hpp
FMX.Colors FMX.Colors

Description

Represents a track bar for the alpha channel (transparency).

The TAlphaTrackBar class implements a track bar component that is specifically used to variate the alpha channel (transparency) of a solid color, thus making it look transparent.

ColorTrackBars.png

See Also

Code Examples