Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxBar.AlphaBlendValue Property

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