VisualElement.SetShadowOffset 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
SetShadowOffset(IPlatformElementConfiguration<iOS,VisualElement>, Size) |
Sets the shadow offset. |
SetShadowOffset(BindableObject, Size) |
Sets the shadow offset. |
SetShadowOffset(IPlatformElementConfiguration<iOS,VisualElement>, Size)
Sets the shadow offset.
public static Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.VisualElement> SetShadowOffset (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.VisualElement> config, Xamarin.Forms.Size value);
static member SetShadowOffset : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.VisualElement> * Xamarin.Forms.Size -> Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.VisualElement>
Parameters
The platform specific configuration that contains the element on which to perform the operation.
- value
- Size
The new shadow offset value.
Returns
The updated configuration object on which developers can make successive method calls.
Applies to
SetShadowOffset(BindableObject, Size)
Sets the shadow offset.
public static void SetShadowOffset (Xamarin.Forms.BindableObject element, Xamarin.Forms.Size value);
static member SetShadowOffset : Xamarin.Forms.BindableObject * Xamarin.Forms.Size -> unit
Parameters
- element
- BindableObject
The platform specific element on which to perform the operation.
- value
- Size
The new shadow offset value.