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>

カーソルの色を取得する要素のプラットフォーム構成。

戻り値

カーソルの色。

適用対象