Hi Halit,
You can resolve the reported problem by setting the 0 value for ShadowOpacity and InactiveShadowOpacity property in SfForm. Please refer to the below code
snippet,
|
public partial class Form1 : SfForm
{
public Form1()
{
InitializeComponent();
this.Style.ShadowOpacity = 0;
this.Style.InactiveShadowOpacity
= 0;
}
}
|
Please find the sample in the attachment and let us know if you have any
concerns in this.
Regards,
Vijayarasan S
If this post is helpful, please consider Accepting it as the
solution so that other members can locate it more quickly.
Attachment:
SfFormDemo_a0b88de.zip