ImageButton.SetShadowRadius 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 |
|---|---|
| SetShadowRadius(BindableObject, Double) |
Sets the shadow blur radius on Android. |
| SetShadowRadius(IPlatformElementConfiguration<Android,ImageButton>, Double) |
Sets the shadow blur radius on Android. |
SetShadowRadius(BindableObject, Double)
- Source:
- ImageButton.cs
- Source:
- ImageButton.cs
- Source:
- ImageButton.cs
- Source:
- ImageButton.cs
Sets the shadow blur radius on Android.
public:
static void SetShadowRadius(Microsoft::Maui::Controls::BindableObject ^ element, double value);
public static void SetShadowRadius(Microsoft.Maui.Controls.BindableObject element, double value);
static member SetShadowRadius : Microsoft.Maui.Controls.BindableObject * double -> unit
Public Sub SetShadowRadius (element As BindableObject, value As Double)
Parameters
- element
- BindableObject
The image button element.
- value
- Double
The shadow radius.
Applies to
SetShadowRadius(IPlatformElementConfiguration<Android,ImageButton>, Double)
- Source:
- ImageButton.cs
- Source:
- ImageButton.cs
- Source:
- ImageButton.cs
- Source:
- ImageButton.cs
Sets the shadow blur radius on Android.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Android ^, Microsoft::Maui::Controls::ImageButton ^> ^ SetShadowRadius(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Android ^, Microsoft::Maui::Controls::ImageButton ^> ^ config, double value);
public static Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Android,Microsoft.Maui.Controls.ImageButton> SetShadowRadius(this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Android,Microsoft.Maui.Controls.ImageButton> config, double value);
static member SetShadowRadius : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Android, Microsoft.Maui.Controls.ImageButton> * double -> Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Android, Microsoft.Maui.Controls.ImageButton>
<Extension()>
Public Function SetShadowRadius (config As IPlatformElementConfiguration(Of Android, ImageButton), value As Double) As IPlatformElementConfiguration(Of Android, ImageButton)
Parameters
The platform configuration.
- value
- Double
The shadow radius.
Returns
The platform configuration for fluent API chaining.