Hey Team,
Does telerik support ImageButton on MAUI project? I created a telerik button and set image as content and no text, but I saw it did not show full image.
<telerik:RadButton Grid.Row="2"
ImageSource="restbutton.png"
Padding="0"
Margin="0"
x:Name="PrimaryTelerikCommandButton"
VerticalOptions="Center"
WidthRequest="24"
HeightRequest="24"
HorizontalOptions="Center"
BackgroundColor="{DynamicResource TelerikButtonBackgroundColor}"
Command="{Binding ClickCommand}">
</telerik:RadButton>
you can see the Image size is 24*24.
and result like below:
Thanks
Allen