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