ImageButton.GetShadowRadius Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| GetShadowRadius(BindableObject) | |
| GetShadowRadius(IPlatformElementConfiguration<Android,ImageButton>) |
GetShadowRadius(BindableObject)
public static double GetShadowRadius (Xamarin.Forms.BindableObject element);
static member GetShadowRadius : Xamarin.Forms.BindableObject -> double
Parameters
- element
- BindableObject
Returns
Applies to
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