ImageButton.GetShadowColor 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
GetShadowColor(BindableObject) | |
GetShadowColor(IPlatformElementConfiguration<Android,ImageButton>) |
GetShadowColor(BindableObject)
- Source:
- ImageButton.cs
- Source:
- ImageButton.cs
public:
static Microsoft::Maui::Graphics::Color ^ GetShadowColor(Microsoft::Maui::Controls::BindableObject ^ element);
public static Microsoft.Maui.Graphics.Color GetShadowColor (Microsoft.Maui.Controls.BindableObject element);
static member GetShadowColor : Microsoft.Maui.Controls.BindableObject -> Microsoft.Maui.Graphics.Color
Public Function GetShadowColor (element As BindableObject) As Color
Parameters
- element
- BindableObject
Returns
Applies to
GetShadowColor(IPlatformElementConfiguration<Android,ImageButton>)
- Source:
- ImageButton.cs
- Source:
- ImageButton.cs
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::Maui::Graphics::Color ^ GetShadowColor(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Android ^, Microsoft::Maui::Controls::ImageButton ^> ^ config);
public static Microsoft.Maui.Graphics.Color GetShadowColor (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Android,Microsoft.Maui.Controls.ImageButton> config);
static member GetShadowColor : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Android, Microsoft.Maui.Controls.ImageButton> -> Microsoft.Maui.Graphics.Color
<Extension()>
Public Function GetShadowColor (config As IPlatformElementConfiguration(Of Android, ImageButton)) As Color
Parameters
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.