Freigeben über


VisualElement.GetIsLegacyColorModeEnabled Methode

Definition

Überlädt

GetIsLegacyColorModeEnabled(BindableObject)

Ruft einen booleschen Wert ab, der angibt, ob der Legacyfarbmodus aktiviert ist.

GetIsLegacyColorModeEnabled(IPlatformElementConfiguration<Android,VisualElement>)

Ruft einen booleschen Wert ab, der angibt, ob der Legacyfarbmodus aktiviert ist.

GetIsLegacyColorModeEnabled(BindableObject)

Ruft einen booleschen Wert ab, der angibt, ob der Legacyfarbmodus aktiviert ist.

public static bool GetIsLegacyColorModeEnabled (Xamarin.Forms.BindableObject element);
static member GetIsLegacyColorModeEnabled : Xamarin.Forms.BindableObject -> bool

Parameter

element
BindableObject

Das visuelle Element auf der Android-Plattform, dessen Legacyfarbmodusstatus abgerufen werden soll.

Gibt zurück

System.Boolean

Ein boolescher Wert, der angibt, ob der Legacyfarbmodus aktiviert ist.

Gilt für:

GetIsLegacyColorModeEnabled(IPlatformElementConfiguration<Android,VisualElement>)

Ruft einen booleschen Wert ab, der angibt, ob der Legacyfarbmodus aktiviert ist.

public static bool GetIsLegacyColorModeEnabled (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.VisualElement> config);
static member GetIsLegacyColorModeEnabled : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android, Xamarin.Forms.VisualElement> -> bool

Parameter

config
IPlatformElementConfiguration<Android,VisualElement>

Die Plattformkonfiguration für das visuelle Element auf der Android-Plattform, dessen Legacyfarbmodusstatus abgerufen werden soll.

Gibt zurück

System.Boolean

Ein boolescher Wert, der angibt, ob der Legacyfarbmodus aktiviert ist.

Gilt für: