Back to Devexpress

TdxBar.AlphaBlendValue Property

vcl-dxbar-dot-tdxbar-e9cd2e1d.md

latest789 B
Original Source

TdxBar.AlphaBlendValue Property

Specifies the opacity of the current toolbar when it floats.

Declaration

delphi
property AlphaBlendValue: Byte read; write; default 255;

Property Value

TypeDefault
Byte255

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

TdxBar Class

TdxBar Members

dxBar Unit