Hi Pac,
Thanks for contacting Syncfusion Support.
If you set any color value for the TransparencyKey property and set BackGroundImage for the form, then the part of the form background with the specified color will become transparent.
Please refer to the below code example and sample from the given location.
Code Example
|
this.BackColor = Color.White;
this.TransparencyKey = Color.White;
this.BackgroundImage = Image.FromFile(@"map.png"); |
If the above solution doesn’t meet your requirement, please provide more information about your requirement and the customization of your gradient shadow rendering. It will be helpful for us to analyze further and to provide you the exact solution at the earliest.
Regards,
Mohanram A.