Google.Android.Material.ImageView.ShapeableImageView GetPlatformImageButton(ImageButtonHandler buttonHandler) =>
 buttonHandler.PlatformView;
Ejemplo n.º 2
0
 AppCompatImageButton GetNativeImageButton(ImageButtonHandler buttonHandler) =>
 buttonHandler.NativeView;
 UIButton GetPlatformImageButton(ImageButtonHandler imageButtonHandler) =>
 imageButtonHandler.PlatformView;