Entry.SetCursorColor Methode

Definition

Überlädt

SetCursorColor(BindableObject, Color)

Legt die Farbe des Cursors fest.

SetCursorColor(IPlatformElementConfiguration<iOS,Entry>, Color)

Legt die Farbe des Cursors fest und gibt ein Fluent-Objekt zurück.

SetCursorColor(BindableObject, Color)

Legt die Farbe des Cursors fest.

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

Parameter

element
BindableObject

Das Element, dessen Cursorfarbe festgelegt werden soll.

value
Color

Die neue Cursorfarbe.

Gilt für:

SetCursorColor(IPlatformElementConfiguration<iOS,Entry>, Color)

Legt die Farbe des Cursors fest und gibt ein Fluent-Objekt zurück.

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>

Parameter

config
IPlatformElementConfiguration<iOS,Entry>

Die Plattformkonfiguration für das Element, dessen Cursorfarbe festgelegt werden soll.

value
Color

Die neue Cursorfarbe.

Gibt zurück

Ein Fluent-Objekt, für das der Entwickler weitere Methodenaufrufe durchführen kann.

Gilt für: