Skip to main content

TdxNavBarBaseStyle.AlphaBlending2 Property

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

Declaration

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