다음을 통해 공유


Entry.SetCursorColor 메서드

정의

오버로드

SetCursorColor(BindableObject, Color)

커서의 색을 설정합니다.

SetCursorColor(IPlatformElementConfiguration<iOS,Entry>, Color)

커서의 색을 설정하고 유연한 개체를 반환합니다.

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)

커서의 색을 설정하고 유연한 개체를 반환합니다.

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

새 커서 색입니다.

반환

개발자가 추가 메서드 호출을 수행할 수 있는 흐름 개체입니다.

적용 대상