Entry.SetCursorColor Method

Definition

Overloads

SetCursorColor(BindableObject, Color)

Sets the color of the cursor.

SetCursorColor(IPlatformElementConfiguration<iOS,Entry>, Color)

Sets the color of the cursor and returns a fluent object.

SetCursorColor(BindableObject, Color)

Sets the color of the cursor.

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

Parameters

element
BindableObject

The element whose cursor color to Set.

value
Color

The new cursor color.

Applies to

SetCursorColor(IPlatformElementConfiguration<iOS,Entry>, Color)

Sets the color of the cursor and returns a fluent object.

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>

Parameters

config
IPlatformElementConfiguration<iOS,Entry>

The platform configuration for the element whose cursor color to Set.

value
Color

The new cursor color.

Returns

A fluent object on which the developer can make further method calls.

Applies to