ImageButton.GetShadowOffset 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
GetShadowOffset(BindableObject) | |
GetShadowOffset(IPlatformElementConfiguration<Android,ImageButton>) |
GetShadowOffset(BindableObject)
public static Xamarin.Forms.Size GetShadowOffset (Xamarin.Forms.BindableObject element);
static member GetShadowOffset : Xamarin.Forms.BindableObject -> Xamarin.Forms.Size
Parameters
- element
- BindableObject
Returns
Applies to
GetShadowOffset(IPlatformElementConfiguration<Android,ImageButton>)
public static Xamarin.Forms.Size GetShadowOffset (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.ImageButton> config);
static member GetShadowOffset : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android, Xamarin.Forms.ImageButton> -> Xamarin.Forms.Size