다음을 통해 공유


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>

커서 색을 가져올 요소에 대한 플랫폼 구성입니다.

반환

커서의 색입니다.

적용 대상