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
SetShadowRadius(BindableObject, Double) | |
SetShadowRadius(IPlatformElementConfiguration<Android,ImageButton>, Double) |
SetShadowRadius(BindableObject, Double)
- Source:
- ImageButton.cs
- Source:
- ImageButton.cs
- Source:
- ImageButton.cs
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
- value
- Double
Applies to
SetShadowRadius(IPlatformElementConfiguration<Android,ImageButton>, Double)
- Source:
- ImageButton.cs
- Source:
- ImageButton.cs
- Source:
- ImageButton.cs
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
- value
- Double
Returns
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.