FMX.ListView.Types.TListItemDrawable.Opacity

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Opacity: Single read FOpacity write SetOpacity;

C++

__property float Opacity = {read=FOpacity, write=SetOpacity};

Properties

Type Visibility Source Unit Parent
property public
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types TListItemDrawable

Description

Opacity value between 0 and 1 (both inclusive) of a list item.

You can use values between 1 and 0 for the opacity value:

  • 1 specifies that the list item is completely transparent.
  • 0 specifies that the list item is completely opaque.
Note: A value larger than 1 is treated as 1, and a value less than 0 is treated as 0.

See Also