We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Hover or Selected background needs to be transparent

I have a Hubtile with Accent and Background set to transparent, I use a PNG image for the button, when it is pressed or on Mouse over, a grey box shows up behind the hubtile. How do I make that transparent as well so it does not show. Thanks

attached Image, made me zip it

Here is Code:

<Controls:SfHubTile x:Name="btnAside" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Background="Transparent" AccentBrush="Transparent" Grid.Row="0" Grid.Column="1" PointerReleased="btnAside_Click">
                    <Image Source="/Assets/Aside.png"/>
</Controls:SfHubTile >



Attachment: hubtile_57b43161.zip

2 Replies

VV Vignesh V Syncfusion Team April 1, 2014 07:24 AM UTC

Hi Bobby,

 

We have prepared a sample that tries to meet your requirement ‘To Make Mouse over transparent in SfHubtile’. In the sample we have edited SfHubTile’s Template and removed its PointerOver State.

 

Please find the sample in below link,


HubTile_116089.zip

 

Please let us know if you have any queries.

 

Regards,

Vignesh V



BH Bobby Harrell April 1, 2014 03:38 PM UTC

Thank you, That is PERFECT!

Loader.
Live Chat Icon For mobile
Up arrow icon