Share via


ImageButton.GetShadowRadius Method

Definition

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

config
IPlatformElementConfiguration<Android,ImageButton>

The platform configuration.

Returns

The shadow radius.

Applies to