VisualElement.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) |
Gets the shadow offset. |
GetShadowOffset(IPlatformElementConfiguration<iOS,VisualElement>) |
Gets the shadow offset. |
GetShadowOffset(BindableObject)
Gets the shadow offset.
public static Xamarin.Forms.Size GetShadowOffset (Xamarin.Forms.BindableObject element);
static member GetShadowOffset : Xamarin.Forms.BindableObject -> Xamarin.Forms.Size
Parameters
- element
- BindableObject
The platform specific element on which to perform the operation.
Returns
The shadow offset.
Applies to
GetShadowOffset(IPlatformElementConfiguration<iOS,VisualElement>)
Gets the shadow offset.
public static Xamarin.Forms.Size GetShadowOffset (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.VisualElement> config);
static member GetShadowOffset : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.VisualElement> -> Xamarin.Forms.Size
Parameters
The platform specific configuration that contains the element on which to perform the operation.
Returns
The shadow offset.