Sdílet prostřednictvím


Entry.GetCursorColor Metoda

Definice

Přetížení

GetCursorColor(BindableObject)

Získá barvu kurzoru.

GetCursorColor(IPlatformElementConfiguration<iOS,Entry>)

Získá barvu kurzoru.

GetCursorColor(BindableObject)

Získá barvu kurzoru.

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

Parametry

element
BindableObject

Prvek, jehož barvu kurzoru chcete získat.

Návraty

Barva kurzoru

Platí pro

GetCursorColor(IPlatformElementConfiguration<iOS,Entry>)

Získá barvu kurzoru.

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

Parametry

config
IPlatformElementConfiguration<iOS,Entry>

Konfigurace platformy pro prvek, jehož barvu kurzoru chcete získat.

Návraty

Barva kurzoru

Platí pro