C# Class FloydPink.Flickr.Downloadr.UI.Controls.Spinner

Interaction logic for Spinner.xaml
Inheritance: System.Windows.Controls.UserControl
Show file Open project: flickr-downloadr/flickr-downloadr

Public Properties

Property Type Description
CancellableProperty System.Windows.DependencyProperty
OperationTextProperty System.Windows.DependencyProperty
PercentDoneProperty System.Windows.DependencyProperty
SpinnerCanceledEvent System.Windows.RoutedEvent

Public Methods

Method Description
Spinner ( ) : System.Windows

Private Methods

Method Description
CancelButtonClick ( object sender, RoutedEventArgs e ) : void
CancellableChanged ( DependencyObject instance, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OperationTextChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
PercentDoneChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

Spinner() public method

public Spinner ( ) : System.Windows
return System.Windows

Property Details

CancellableProperty public static property

public static DependencyProperty,System.Windows CancellableProperty
return System.Windows.DependencyProperty

OperationTextProperty public static property

public static DependencyProperty,System.Windows OperationTextProperty
return System.Windows.DependencyProperty

PercentDoneProperty public static property

public static DependencyProperty,System.Windows PercentDoneProperty
return System.Windows.DependencyProperty

SpinnerCanceledEvent public static property

public static RoutedEvent,System.Windows SpinnerCanceledEvent
return System.Windows.RoutedEvent