C# 클래스 SoftwareKobo.UniversalToolkit.AwaitableUI.FrameworkElementExtensions

파일 보기 프로젝트 열기: h82258652/SoftwareKobo.UniversalToolkit

공개 메소드들

메소드 설명
WaitForLayoutUpdatedAsync ( this frameworkElement ) : System.Threading.Tasks.Task
WaitForLoadedAsync ( this frameworkElement ) : System.Threading.Tasks.Task
WaitForNonZeroSizeAsync ( this frameworkElement ) : System.Threading.Tasks.Task

메소드 상세

WaitForLayoutUpdatedAsync() 공개 정적인 메소드

public static WaitForLayoutUpdatedAsync ( this frameworkElement ) : System.Threading.Tasks.Task
frameworkElement this
리턴 System.Threading.Tasks.Task

WaitForLoadedAsync() 공개 정적인 메소드

public static WaitForLoadedAsync ( this frameworkElement ) : System.Threading.Tasks.Task
frameworkElement this
리턴 System.Threading.Tasks.Task

WaitForNonZeroSizeAsync() 공개 정적인 메소드

public static WaitForNonZeroSizeAsync ( this frameworkElement ) : System.Threading.Tasks.Task
frameworkElement this
리턴 System.Threading.Tasks.Task