ImageButton.GetShadowRadius 方法

定义

重载

GetShadowRadius(BindableObject)
GetShadowRadius(IPlatformElementConfiguration<Android,ImageButton>)

GetShadowRadius(BindableObject)

public static double GetShadowRadius (Xamarin.Forms.BindableObject element);
static member GetShadowRadius : Xamarin.Forms.BindableObject -> double

参数

element
BindableObject

返回

System.Double

适用于

GetShadowRadius(IPlatformElementConfiguration<Android,ImageButton>)

public static double GetShadowRadius (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.ImageButton> config);
static member GetShadowRadius : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android, Xamarin.Forms.ImageButton> -> double

参数

返回

System.Double

适用于