VisualElement.GetIsLegacyColorModeEnabled Yöntem

Tanım

Aşırı Yüklemeler

GetIsLegacyColorModeEnabled(BindableObject)

Eski renk modunu döndürür.

GetIsLegacyColorModeEnabled(IPlatformElementConfiguration<iOS,VisualElement>)

Eski renk modunu döndürür.

GetIsLegacyColorModeEnabled(BindableObject)

Eski renk modunu döndürür.

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

Parametreler

element
BindableObject

İşlemin gerçekleştirileceği platforma özgü öğe.

Döndürülenler

Boolean

trueEski renk modu etkinleştirilirse. Tersi durumda false.

Şunlara uygulanır

GetIsLegacyColorModeEnabled(IPlatformElementConfiguration<iOS,VisualElement>)

Eski renk modunu döndürür.

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

Parametreler

config
IPlatformElementConfiguration<iOS,VisualElement>

İşlemin gerçekleştirileceği öğeyi içeren platforma özgü yapılandırma.

Döndürülenler

Boolean

trueEski renk modu etkinleştirilirse. Tersi durumda false.

Şunlara uygulanır