VisualElement.GetIsLegacyColorModeEnabled Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
GetIsLegacyColorModeEnabled(BindableObject) |
Gibt zurück, ob der Legacyfarbmodus aktiviert ist. |
GetIsLegacyColorModeEnabled(IPlatformElementConfiguration<iOS,VisualElement>) |
Gibt zurück, ob der Legacyfarbmodus aktiviert ist. |
GetIsLegacyColorModeEnabled(BindableObject)
- Quelle:
- VisualElement.cs
- Quelle:
- VisualElement.cs
Gibt zurück, ob der Legacyfarbmodus aktiviert ist.
public:
static bool GetIsLegacyColorModeEnabled(Microsoft::Maui::Controls::BindableObject ^ element);
public static bool GetIsLegacyColorModeEnabled (Microsoft.Maui.Controls.BindableObject element);
static member GetIsLegacyColorModeEnabled : Microsoft.Maui.Controls.BindableObject -> bool
Public Function GetIsLegacyColorModeEnabled (element As BindableObject) As Boolean
Parameter
- element
- BindableObject
Das plattformspezifische Element, für das der Vorgang ausgeführt werden soll.
Gibt zurück
true
, wenn der Legacyfarbmodus aktiviert ist. Andernfalls false
.
Gilt für:
GetIsLegacyColorModeEnabled(IPlatformElementConfiguration<iOS,VisualElement>)
- Quelle:
- VisualElement.cs
- Quelle:
- VisualElement.cs
Gibt zurück, ob der Legacyfarbmodus aktiviert ist.
public:
[System::Runtime::CompilerServices::Extension]
static bool GetIsLegacyColorModeEnabled(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::iOS ^, Microsoft::Maui::Controls::VisualElement ^> ^ config);
public static bool GetIsLegacyColorModeEnabled (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS,Microsoft.Maui.Controls.VisualElement> config);
static member GetIsLegacyColorModeEnabled : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS, Microsoft.Maui.Controls.VisualElement> -> bool
<Extension()>
Public Function GetIsLegacyColorModeEnabled (config As IPlatformElementConfiguration(Of iOS, VisualElement)) As Boolean
Parameter
Die plattformspezifische Konfiguration, die das Element enthält, für das der Vorgang ausgeführt werden soll.
Gibt zurück
true
, wenn der Legacyfarbmodus aktiviert ist. Andernfalls false
.