共用方式為


Entry.GetCursorColor 方法

定義

多載

GetCursorColor(BindableObject)

取得游標的色彩。

GetCursorColor(IPlatformElementConfiguration<iOS,Entry>)

取得游標的色彩。

GetCursorColor(BindableObject)

取得游標的色彩。

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

參數

element
BindableObject

要取得其游標色彩的元素。

傳回

游標的色彩。

適用於

GetCursorColor(IPlatformElementConfiguration<iOS,Entry>)

取得游標的色彩。

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

參數

config
IPlatformElementConfiguration<iOS,Entry>

要取得其游標色彩的元素平台組態。

傳回

游標的色彩。

適用於