Back to Devexpress

Alpha Blending and Background Images

windowsforms-447-controls-and-libraries-vertical-grid-appearance-and-custom-painting-alpha-blending-and-background-images.md

latest1.1 KB
Original Source

Alpha Blending and Background Images

  • Apr 01, 2018

The vertical grid controls (VGridControl and PropertyGridControl) provide control over alpha blending, which allows you to give visual elements (rows, empty area, etc.) varying degrees of transparency.

The way to implement alpha blending is to assign a background image to the control via the BackgroundImage property, and then customize the background colors of the control’s visual elements, to allow the image to be seen through the elements.

See the following topics to learn more: