C# 클래스 TheChan.Views.Controls.LoadingControl

파일 보기 프로젝트 열기: acedened/TheChan

공개 프로퍼티들

프로퍼티 타입 설명
CanTryAgainProperty Windows.UI.Xaml.DependencyProperty
IsErrorProperty Windows.UI.Xaml.DependencyProperty
IsInProgressProperty Windows.UI.Xaml.DependencyProperty
StatusProperty Windows.UI.Xaml.DependencyProperty
TryAgainActionProperty Windows.UI.Xaml.DependencyProperty

Private Properties

프로퍼티 타입 설명
ProgressPropertyChangedCallback void
TryAgainButton_OnClick void

공개 메소드들

메소드 설명
LoadingControl ( ) : System

비공개 메소드들

메소드 설명
ProgressPropertyChangedCallback ( DependencyObject dependencyObject, DependencyPropertyChangedEventArgs e ) : void
TryAgainButton_OnClick ( object sender, RoutedEventArgs e ) : void

메소드 상세

LoadingControl() 공개 메소드

public LoadingControl ( ) : System
리턴 System

프로퍼티 상세

CanTryAgainProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,Windows.UI.Xaml CanTryAgainProperty
리턴 Windows.UI.Xaml.DependencyProperty

IsErrorProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,Windows.UI.Xaml IsErrorProperty
리턴 Windows.UI.Xaml.DependencyProperty

IsInProgressProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,Windows.UI.Xaml IsInProgressProperty
리턴 Windows.UI.Xaml.DependencyProperty

StatusProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,Windows.UI.Xaml StatusProperty
리턴 Windows.UI.Xaml.DependencyProperty

TryAgainActionProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,Windows.UI.Xaml TryAgainActionProperty
리턴 Windows.UI.Xaml.DependencyProperty