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 current shadow opacity. |
GetShadowOpacity(IPlatformElementConfiguration<iOS,VisualElement>) |
The shadow opacity. |
GetShadowOpacity(BindableObject)
- Source:
- VisualElement.cs
- Source:
- VisualElement.cs
Gets the current 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 current shadow opacity.
Applies to
GetShadowOpacity(IPlatformElementConfiguration<iOS,VisualElement>)
- Source:
- VisualElement.cs
- Source:
- VisualElement.cs
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
The platform specific configuration that contains the element on which to perform the operation.
Returns
The current shadow opacity.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.