C# 클래스 Microsoft.Maui.Controls.Compatibility.Platform.Android.EditorRenderer

상속: EditorRendererBase
파일 보기 프로젝트 열기: microhobby/maui-linux

공개 메소드들

메소드 설명
EditorRenderer ( Context context ) : System

보호된 메소드들

메소드 설명
OnAttachedToWindow ( ) : void
UpdateTextColor ( ) : void

비공개 메소드들

메소드 설명
CreateNativeControl ( ) : Microsoft.Maui.Controls.Compatibility.Platform.Android.FormsEditText
UpdatePlaceholderColor ( ) : void

메소드 상세

EditorRenderer() 공개 메소드

public EditorRenderer ( Context context ) : System
context Context
리턴 System

OnAttachedToWindow() 보호된 메소드

protected OnAttachedToWindow ( ) : void
리턴 void

UpdateTextColor() 보호된 메소드

protected UpdateTextColor ( ) : void
리턴 void