FMX.ScrollBox.TPresentedFramedVertScrollBox.Opacity

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Opacity: Single read FOpacity write SetOpacity stored IsOpacityStored;

C++

__property Opacity;

Properties

Type Visibility Source Unit Parent
property published
FMX.ScrollBox.pas
FMX.ScrollBox.hpp
FMX.ScrollBox TPresentedFramedVertScrollBox

Description

Specifies the control opacity.

FMX.ScrollBox.TPresentedFramedVertScrollBox.Opacity inherits from FMX.Controls.TControl.Opacity. All content below this line refers to FMX.Controls.TControl.Opacity.

Specifies the control opacity.

Set Opacity to customize the transparency of the current control.

Opacity takes values between 0 and 1. If Opacity is 1, the control is completely opaque; if it is 0, the control is completely transparent. The values over 1 are treated as 1, and the ones under 0 are treated as 0.

Opacity applies to the control's children.

See Also