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