Compartir a través de


Entry.GetCursorColor Método

Definición

Sobrecargas

GetCursorColor(BindableObject)

Obtiene el color del cursor.

GetCursorColor(IPlatformElementConfiguration<iOS,Entry>)

Obtiene el color del cursor.

GetCursorColor(BindableObject)

Obtiene el color del cursor.

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

Parámetros

element
BindableObject

Elemento cuyo color de cursor se va a obtener.

Devoluciones

Color del cursor.

Se aplica a

GetCursorColor(IPlatformElementConfiguration<iOS,Entry>)

Obtiene el color del cursor.

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

Parámetros

config
IPlatformElementConfiguration<iOS,Entry>

Configuración de la plataforma del elemento cuyo color de cursor se va a obtener.

Devoluciones

Color del cursor.

Se aplica a