Share via


Entry 클래스

정의

iOS 플랫폼에서 Xamarin.Forms가 만든 항목 인스턴스입니다.

public static class Entry
type Entry = class
상속
System.Object
Entry

설명

개발자는 이 플랫폼별 instance 사용하여 항목 instance 텍스트 크기를 사용 가능한 너비에 맞게 조정할지 여부를 제어할 수 있습니다. 글꼴 크기 조정이 켜져 있으면 컨트롤은 사용자가 텍스트를 입력할 때 글꼴 크기를 최소값으로 점진적으로 줄입니다.

필드

AdjustsFontSizeToFitWidthProperty

항목 컨트롤이 글꼴 크기를 자동으로 조정하는지 여부를 제어하는 연결된 속성의 백업 저장소입니다.

CursorColorProperty

커서의 색을 제어하는 연결된 속성의 백업 저장소입니다.

메서드

AdjustsFontSizeToFitWidth(IPlatformElementConfiguration<iOS,Entry>)

항목 컨트롤이 글꼴 크기를 자동으로 조정하는지 여부를 알려주는 부울 값을 반환합니다.

DisableAdjustsFontSizeToFitWidth(IPlatformElementConfiguration<iOS,Entry>)

플랫폼별 요소에서 자동 글꼴 크기 조정을 사용하지 않도록 설정합니다.

EnableAdjustsFontSizeToFitWidth(IPlatformElementConfiguration<iOS,Entry>)

플랫폼별 요소에서 자동 글꼴 크기 조정을 사용하도록 설정합니다.

GetAdjustsFontSizeToFitWidth(BindableObject)

항목 컨트롤에서 사용자가 입력하는 텍스트의 글꼴 크기를 자동으로 조정하는지 여부를 알려주는 부울 값을 반환합니다.

GetCursorColor(BindableObject)

커서의 색을 가져옵니다.

GetCursorColor(IPlatformElementConfiguration<iOS,Entry>)

커서의 색을 가져옵니다.

SetAdjustsFontSizeToFitWidth(BindableObject, Boolean)

항목 컨트롤에서 사용자가 입력하는 텍스트의 글꼴 크기를 자동으로 조정하는지 여부를 알려주는 부울 값을 설정합니다.

SetAdjustsFontSizeToFitWidth(IPlatformElementConfiguration<iOS,Entry>, Boolean)

요소에서 자동 글꼴 크기 조정을 사용할 수 있는지 여부를 알려주는 부울 값을 설정합니다.

SetCursorColor(BindableObject, Color)

커서의 색을 설정합니다.

SetCursorColor(IPlatformElementConfiguration<iOS,Entry>, Color)

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

적용 대상