Udostępnij za pośrednictwem


Entry.GetCursorColor Metoda

Definicja

Przeciążenia

GetCursorColor(BindableObject)

Pobiera kolor kursora.

GetCursorColor(IPlatformElementConfiguration<iOS,Entry>)

Pobiera kolor kursora.

GetCursorColor(BindableObject)

Pobiera kolor kursora.

public static Xamarin.Forms.Color GetCursorColor (Xamarin.Forms.BindableObject element);
static member GetCursorColor : Xamarin.Forms.BindableObject -> Xamarin.Forms.Color

Parametry

element
BindableObject

Element, którego kolor kursora ma być pobierany.

Zwraca

Kolor kursora.

Dotyczy

GetCursorColor(IPlatformElementConfiguration<iOS,Entry>)

Pobiera kolor kursora.

public static Xamarin.Forms.Color GetCursorColor (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.Entry> config);
static member GetCursorColor : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.Entry> -> Xamarin.Forms.Color

Parametry

config
IPlatformElementConfiguration<iOS,Entry>

Konfiguracja platformy elementu, którego kolor kursora ma być pobierany.

Zwraca

Kolor kursora.

Dotyczy