Welcome to the .NET MAUI feedback portal. We’re happy you’re here! If you have feedback on how to improve the .NET MAUI, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
I can not set button background through a StaticResource all other values are set except for the background see following code:
<buttons:SfButton
Style="{StaticResource
/>
Resourcefile:
<ResourceDictionary>
<Style TargetType="buttons:SfButton" x:Key="ImageButtonStyle">
<Setter Property="CornerRadius" Value="8" />
</Style>
</ResourceDictionary>