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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.