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