C# Class TheChan.Views.Controls.LoadingControl

显示文件 Open project: acedened/TheChan

Public Properties

Property Type Description
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

Property Type Description
ProgressPropertyChangedCallback void
TryAgainButton_OnClick void

Public Methods

Method Description
LoadingControl ( ) : System

Private Methods

Method Description
ProgressPropertyChangedCallback ( DependencyObject dependencyObject, DependencyPropertyChangedEventArgs e ) : void
TryAgainButton_OnClick ( object sender, RoutedEventArgs e ) : void

Method Details

LoadingControl() public method

public LoadingControl ( ) : System
return System

Property Details

CanTryAgainProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml CanTryAgainProperty
return Windows.UI.Xaml.DependencyProperty

IsErrorProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml IsErrorProperty
return Windows.UI.Xaml.DependencyProperty

IsInProgressProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml IsInProgressProperty
return Windows.UI.Xaml.DependencyProperty

StatusProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml StatusProperty
return Windows.UI.Xaml.DependencyProperty

TryAgainActionProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml TryAgainActionProperty
return Windows.UI.Xaml.DependencyProperty