Vcl.Forms.TCustomForm.AlphaBlendValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AlphaBlendValue: Byte read FAlphaBlendValue write SetAlphaBlendValue;

C++

__property System::Byte AlphaBlendValue = {read=FAlphaBlendValue, write=SetAlphaBlendValue, nodefault};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TCustomForm

Description

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