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