TdxBar.AlphaBlendValue Property
In This Article
Specifies the opacity of the current toolbar when it floats.
#Declaration
Delphi
property AlphaBlendValue: Byte read; write; default 255;
#Property Value
Type | Default |
---|---|
Byte | 255 |
#Remarks
When a toolbar floats, the opacity specified by the AlphaBlendValue property is applied to it. This property accepts values between 0 and 255. If 255 is assigned, the floating toolbar is absolutely opaque. If 0 is assigned, it is absolutely transparent.
The default value of the AlphaBlendValue property is 255.
See Also