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

TdxNavBarBaseStyle.AlphaBlending Property

Specifies the alpha channel of an element’s starting background color.

#Declaration

Delphi
property AlphaBlending: Byte read; write;

#Property Value

Type
Byte

#Remarks

Set the AlphaBlending property to a value between 0 and 255 to set the alpha channel of the color specified by the BackColor property. A value of 0 indicates a completely transparent background color. A value of 255 indicates complete opacity.

The default value of the AlphaBlending property is 255.

See Also