Entry.SetCursorColor メソッド

定義

オーバーロード

SetCursorColor(BindableObject, Color)

カーソルの色を設定します。

SetCursorColor(IPlatformElementConfiguration<iOS,Entry>, Color)

カーソルの色を設定し、Fluent オブジェクトを返します。

SetCursorColor(BindableObject, Color)

カーソルの色を設定します。

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

パラメーター

element
BindableObject

カーソルの色を設定する要素。

value
Color

新しいカーソルの色。

適用対象

SetCursorColor(IPlatformElementConfiguration<iOS,Entry>, Color)

カーソルの色を設定し、Fluent オブジェクトを返します。

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>

パラメーター

config
IPlatformElementConfiguration<iOS,Entry>

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

value
Color

新しいカーソルの色。

戻り値

開発者がさらにメソッドの呼び出しを実行できる Fluent オブジェクト。

適用対象