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.AlphaBlending2 Property

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

#Declaration

Delphi
property AlphaBlending2: Byte read; write;

#Property Value

Type
Byte

#Remarks

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

If the AlphaBlending2 property value differs from the AlphaBlending property, the associated element’s background translucency is supposed to be not uniform. In such an instance, the starting and ending degree values of the translucency are specified by the AlphaBlending and AlphaBlending2 properties.

The default value of the AlphaBlending2 property is 255.

See Also