VisualElement.GetShadowOpacity Method

Definition

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(Microsoft::Maui::Controls::BindableObject ^ element);
public static double GetShadowOpacity (Microsoft.Maui.Controls.BindableObject element);
static member GetShadowOpacity : Microsoft.Maui.Controls.BindableObject -> double
Public Function GetShadowOpacity (element As BindableObject) As Double

Parameters

element
BindableObject

The platform specific element on which to perform the operation.

Returns

The shadow opacity.

Applies to

GetShadowOpacity(IPlatformElementConfiguration<iOS,VisualElement>)

Gets the shadow opacity.

public:
[System::Runtime::CompilerServices::Extension]
 static double GetShadowOpacity(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::iOS ^, Microsoft::Maui::Controls::VisualElement ^> ^ config);
public static double GetShadowOpacity (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS,Microsoft.Maui.Controls.VisualElement> config);
static member GetShadowOpacity : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS, Microsoft.Maui.Controls.VisualElement> -> double
<Extension()>
Public Function GetShadowOpacity (config As IPlatformElementConfiguration(Of iOS, VisualElement)) As Double

Parameters

config
IPlatformElementConfiguration<iOS,VisualElement>

The platform specific configuration that contains the element on which to perform the operation.

Returns

The shadow opacity.

Applies to