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
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
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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.