<SyncfusionButtons:SfButton HorizontalOptions="Center" VerticalOptions="Center" BorderWidth="0" Grid.Row="0" Grid.Column="1" IsCheckable="true" WidthRequest="40" HeightRequest="40" CornerRadius="20"> <SyncfusionButtons:SfButton.Content> <Image Source="wow.png" HeightRequest="20" WidthRequest="20" HorizontalOptions="Center" VerticalOptions="Center"/> </SyncfusionButtons:SfButton.Content> </SyncfusionButtons:SfButton> |
<syncfusion:SfButton x:Name="iconButtonLeft"
ShowIcon="True"
BackgroundColor="Transparent"
ImageSource="ImageButton.png"
WidthRequest="50"
HeightRequest="50"
CornerRadius="40">
</syncfusion:SfButton>
|
<syncfusion:SfButton x:Name="iconButtonLeft"
ShowIcon="True"
BackgroundColor="Transparent"
ImageSource="ImageButton.png"
Text="Save"
TextColor="Red"
ImageAlignment="Top"
CornerRadius="40">
</syncfusion:SfButton> |