Vcl.Forms.TForm.AlphaBlendValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AlphaBlendValue: Byte read FAlphaBlendValue write SetAlphaBlendValue default 255;

C++

__property AlphaBlendValue = {default=255};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TForm

Description

Specifies the degree of translucency on a translucent form.

Vcl.Forms.TForm.AlphaBlendValue inherits from Vcl.Forms.TCustomForm.AlphaBlendValue. All content below this line refers to Vcl.Forms.TCustomForm.AlphaBlendValue.

Specifies the degree of translucency on a translucent form.

Set AlphaBlendValue to a value between 0 and 255 to indicate the degree of translucency when the AlphaBlend property is true. A value of 0 indicates a completely transparent window. A value of 255 indicates complete opacity.

Note: AlphaBlendValue only has an effect when the AlphaBlend property is true.

See Also