Skip to main content

TdxNavBarBaseStyle.AlphaBlending Property

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

Declaration

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