ImageButton.SetIsShadowEnabled 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
SetIsShadowEnabled(IPlatformElementConfiguration<Android,ImageButton>, Boolean) | |
SetIsShadowEnabled(BindableObject, Boolean) |
SetIsShadowEnabled(IPlatformElementConfiguration<Android,ImageButton>, Boolean)
- 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 ^> ^ SetIsShadowEnabled(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Android ^, Microsoft::Maui::Controls::ImageButton ^> ^ config, bool value);
public static Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Android,Microsoft.Maui.Controls.ImageButton> SetIsShadowEnabled(this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Android,Microsoft.Maui.Controls.ImageButton> config, bool value);
static member SetIsShadowEnabled : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Android, Microsoft.Maui.Controls.ImageButton> * bool -> Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Android, Microsoft.Maui.Controls.ImageButton>
<Extension()>
Public Function SetIsShadowEnabled (config As IPlatformElementConfiguration(Of Android, ImageButton), value As Boolean) As IPlatformElementConfiguration(Of Android, ImageButton)
Parameters
- value
- Boolean
Returns
Applies to
SetIsShadowEnabled(BindableObject, Boolean)
- Source:
- ImageButton.cs
- Source:
- ImageButton.cs
- Source:
- ImageButton.cs
public:
static void SetIsShadowEnabled(Microsoft::Maui::Controls::BindableObject ^ element, bool value);
public static void SetIsShadowEnabled(Microsoft.Maui.Controls.BindableObject element, bool value);
static member SetIsShadowEnabled : Microsoft.Maui.Controls.BindableObject * bool -> unit
Public Sub SetIsShadowEnabled (element As BindableObject, value As Boolean)
Parameters
- element
- BindableObject
- value
- Boolean
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.