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