VisualElement.GetIsLegacyColorModeEnabled Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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
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
İşlemin gerçekleştirileceği öğeyi içeren platforma özgü yapılandırma.
Döndürülenler
trueEski renk modu etkinleştirilirse. Tersi durumda false.