Hide BackdropFrontLayer

Hi,

Is there a way to compoletely hide the backdrop front layer?

I tried with background color transparent, is visble. Nothing works. 

thanks


1 Reply 1 reply marked as answer

SS Sridevi Sivakumar Syncfusion Team April 19, 2021 07:04 AM UTC

Hi Alexis,

Greetings from Syncfusion.

We have checked the reported query and we would like to inform you that by default front layer rendering with RevealedHeight property value (Default value is 50). So,  we can achieve it by setting the SfBackdropPage FrontLayer RevealedHeight to 0 as per the below code snippet

[XAML]:
 
<?xml version="1.0" encoding="UTF-8"?> 
<backdrop:SfBackdropPage 
... 
    <backdrop:SfBackdropPage.FrontLayer> 
        <backdrop:BackdropFrontLayer RevealedHeight="0"> 
        </backdrop:BackdropFrontLayer> 
    </backdrop:SfBackdropPage.FrontLayer> 
</backdrop:SfBackdropPage> 


Marked as answer
Loader.
Up arrow icon