C# 클래스 AppStartupGuide.Extensions

파일 보기 프로젝트 열기: JustinXinLiu/Parallax

공개 메소드들

메소드 설명
DistanceFromTop ( this scrollViewer, UIElement element ) : double
GetScrollViewer ( this element ) : ScrollViewer
IsItemVisible ( this container, FrameworkElement element ) : bool

메소드 상세

DistanceFromTop() 공개 정적인 메소드

public static DistanceFromTop ( this scrollViewer, UIElement element ) : double
scrollViewer this
element Windows.UI.Xaml.UIElement
리턴 double

GetScrollViewer() 공개 정적인 메소드

public static GetScrollViewer ( this element ) : ScrollViewer
element this
리턴 Windows.UI.Xaml.Controls.ScrollViewer

IsItemVisible() 공개 정적인 메소드

public static IsItemVisible ( this container, FrameworkElement element ) : bool
container this
element Windows.UI.Xaml.FrameworkElement
리턴 bool