Udostępnij za pośrednictwem


Entry.SetCursorColor Metoda

Definicja

Przeciążenia

SetCursorColor(BindableObject, Color)

Ustawia kolor kursora.

SetCursorColor(IPlatformElementConfiguration<iOS,Entry>, Color)

Ustawia kolor kursora i zwraca płynny obiekt.

SetCursorColor(BindableObject, Color)

Ustawia kolor kursora.

public static void SetCursorColor (Xamarin.Forms.BindableObject element, Xamarin.Forms.Color value);
static member SetCursorColor : Xamarin.Forms.BindableObject * Xamarin.Forms.Color -> unit

Parametry

element
BindableObject

Element, którego kolor kursora ma wartość Ustaw.

value
Color

Nowy kolor kursora.

Dotyczy

SetCursorColor(IPlatformElementConfiguration<iOS,Entry>, Color)

Ustawia kolor kursora i zwraca płynny obiekt.

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

Parametry

config
IPlatformElementConfiguration<iOS,Entry>

Konfiguracja platformy dla elementu, którego kolor kursora ma wartość Ustaw.

value
Color

Nowy kolor kursora.

Zwraca

Płynny obiekt, na którym deweloper może wykonywać kolejne wywołania metody.

Dotyczy