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 current shadow radius. |
GetShadowRadius(BindableObject) |
Gets the current shadow radius. |
GetShadowRadius(IPlatformElementConfiguration<iOS,VisualElement>)
- Source:
- VisualElement.cs
- Source:
- VisualElement.cs
Gets the current shadow radius.
public:
[System::Runtime::CompilerServices::Extension]
static double GetShadowRadius(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::iOS ^, Microsoft::Maui::Controls::VisualElement ^> ^ config);
public static double GetShadowRadius (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS,Microsoft.Maui.Controls.VisualElement> config);
static member GetShadowRadius : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS, Microsoft.Maui.Controls.VisualElement> -> double
<Extension()>
Public Function GetShadowRadius (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 radius.
Applies to
GetShadowRadius(BindableObject)
- Source:
- VisualElement.cs
- Source:
- VisualElement.cs
Gets the current shadow radius.
public:
static double GetShadowRadius(Microsoft::Maui::Controls::BindableObject ^ element);
public static double GetShadowRadius (Microsoft.Maui.Controls.BindableObject element);
static member GetShadowRadius : Microsoft.Maui.Controls.BindableObject -> double
Public Function GetShadowRadius (element As BindableObject) As Double
Parameters
- element
- BindableObject
The platform specific element on which to perform the operation.
Returns
The current shadow radius.
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.