ImageButton.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
| Name | Description |
|---|---|
| GetShadowRadius(BindableObject) |
Gets the shadow blur radius on Android. |
| GetShadowRadius(IPlatformElementConfiguration<Android,ImageButton>) |
Gets the shadow blur radius on Android. |
GetShadowRadius(BindableObject)
- Source:
- ImageButton.cs
- Source:
- ImageButton.cs
- Source:
- ImageButton.cs
- Source:
- ImageButton.cs
Gets the shadow blur radius on Android.
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 image button element.
Returns
The shadow radius.
Applies to
GetShadowRadius(IPlatformElementConfiguration<Android,ImageButton>)
- Source:
- ImageButton.cs
- Source:
- ImageButton.cs
- Source:
- ImageButton.cs
- Source:
- ImageButton.cs
Gets the shadow blur radius on Android.
public:
[System::Runtime::CompilerServices::Extension]
static double GetShadowRadius(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Android ^, Microsoft::Maui::Controls::ImageButton ^> ^ config);
public static double GetShadowRadius(this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Android,Microsoft.Maui.Controls.ImageButton> config);
static member GetShadowRadius : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Android, Microsoft.Maui.Controls.ImageButton> -> double
<Extension()>
Public Function GetShadowRadius (config As IPlatformElementConfiguration(Of Android, ImageButton)) As Double
Parameters
The platform configuration.
Returns
The shadow radius.