Entry.GetCursorColor Method

Definition

Overloads

GetCursorColor(BindableObject)

Gets the color of the cursor.

GetCursorColor(IPlatformElementConfiguration<iOS,Entry>)

Gets the color of the cursor.

GetCursorColor(BindableObject)

Gets the color of the cursor.

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

Parameters

element
BindableObject

The element whose cursor color to get.

Returns

The color of the cursor.

Applies to

GetCursorColor(IPlatformElementConfiguration<iOS,Entry>)

Gets the color of the 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

Parameters

config
IPlatformElementConfiguration<iOS,Entry>

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

Returns

The color of the cursor.

Applies to