FMX.TextLayout.TTextLayout.Opacity

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Opacity: Single read FOpacity write FOpacity;

C++

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

Properties

Type Visibility Source Unit Parent
property public
FMX.TextLayout.pas
FMX.TextLayout.hpp
FMX.TextLayout TTextLayout

Description

Specifies how transparent is the Text when displayed.

Use the Opacity property to set and get the transparency coefficient of the current layout text. Opacity takes values from 0 to 1.

See Also