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