Switch.GetColor 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
GetColor(BindableObject) | |
GetColor(IPlatformElementConfiguration<Tizen,Switch>) |
GetColor(BindableObject)
- Source:
- Switch.cs
- Source:
- Switch.cs
public:
static Microsoft::Maui::Graphics::Color ^ GetColor(Microsoft::Maui::Controls::BindableObject ^ element);
public static Microsoft.Maui.Graphics.Color GetColor (Microsoft.Maui.Controls.BindableObject element);
static member GetColor : Microsoft.Maui.Controls.BindableObject -> Microsoft.Maui.Graphics.Color
Public Function GetColor (element As BindableObject) As Color
Parameters
- element
- BindableObject
Returns
Applies to
GetColor(IPlatformElementConfiguration<Tizen,Switch>)
- Source:
- Switch.cs
- Source:
- Switch.cs
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::Maui::Graphics::Color ^ GetColor(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Tizen ^, Microsoft::Maui::Controls::Switch ^> ^ config);
public static Microsoft.Maui.Graphics.Color GetColor (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen,Microsoft.Maui.Controls.Switch> config);
static member GetColor : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen, Microsoft.Maui.Controls.Switch> -> Microsoft.Maui.Graphics.Color
<Extension()>
Public Function GetColor (config As IPlatformElementConfiguration(Of Tizen, Switch)) As Color
Parameters
- config
- IPlatformElementConfiguration<Tizen,Switch>
Returns
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.