NavigationPage.SetStatusBarTextColorMode Yöntem

Tanım

Aşırı Yüklemeler

SetStatusBarTextColorMode(BindableObject, StatusBarTextColorMode)

Durum çubuğu metin renginin, platforma özgü gezinti sayfası için gezinti çubuğunun renk parlaklığını eşleşecek şekilde ayarlanacağını kontrol eden bir değer belirler.

SetStatusBarTextColorMode(IPlatformElementConfiguration<iOS,NavigationPage>, StatusBarTextColorMode)

Durum çubuğu metin renginin, platforma özgü gezinti sayfası için gezinti çubuğunun renk parlaklığını eşleşecek şekilde ayarlanacağını kontrol eden bir değer belirler.

SetStatusBarTextColorMode(BindableObject, StatusBarTextColorMode)

Durum çubuğu metin renginin, platforma özgü gezinti sayfası için gezinti çubuğunun renk parlaklığını eşleşecek şekilde ayarlanacağını kontrol eden bir değer belirler.

public static void SetStatusBarTextColorMode (Xamarin.Forms.BindableObject element, Xamarin.Forms.PlatformConfiguration.iOSSpecific.StatusBarTextColorMode value);
static member SetStatusBarTextColorMode : Xamarin.Forms.BindableObject * Xamarin.Forms.PlatformConfiguration.iOSSpecific.StatusBarTextColorMode -> unit

Parametreler

element
BindableObject

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

value
StatusBarTextColorMode

Atanacak yeni özellik değeri.

Şunlara uygulanır

SetStatusBarTextColorMode(IPlatformElementConfiguration<iOS,NavigationPage>, StatusBarTextColorMode)

Durum çubuğu metin renginin, platforma özgü gezinti sayfası için gezinti çubuğunun renk parlaklığını eşleşecek şekilde ayarlanacağını kontrol eden bir değer belirler.

public static Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.NavigationPage> SetStatusBarTextColorMode (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.NavigationPage> config, Xamarin.Forms.PlatformConfiguration.iOSSpecific.StatusBarTextColorMode value);
static member SetStatusBarTextColorMode : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.NavigationPage> * Xamarin.Forms.PlatformConfiguration.iOSSpecific.StatusBarTextColorMode -> Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.NavigationPage>

Parametreler

config
IPlatformElementConfiguration<iOS,NavigationPage>

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

value
StatusBarTextColorMode

Atanacak yeni özellik değeri.

Döndürülenler

IPlatformElementConfiguration<iOS,NavigationPage>

Geliştiricilerin birbirini izleyen Yöntem çağrıları yapabildiği güncelleştirilmiş yapılandırma nesnesi.

Şunlara uygulanır