C# Class ViqetDesktop.ProgressRing

Interaction logic for ProgressRing.xaml
Inheritance: System.Windows.Controls.UserControl
Datei anzeigen Open project: VIQET/VIQET-Desktop

Public Properties

Property Type Description
BallColor System.Windows.DependencyProperty
Ring System.Windows.DependencyProperty

Public Methods

Method Description
ProgressRing ( ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
AdjustControl ( DependencyObject source, System.Windows.DependencyPropertyChangedEventArgs e ) : void
ChangeSpinning ( DependencyObject source, System.Windows.DependencyPropertyChangedEventArgs e ) : void
UpdateColor ( ) : void
UpdateSpinning ( string state ) : void

Method Details

ProgressRing() public method

public ProgressRing ( ) : System
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

Property Details

BallColor public_oe static_oe property

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

Ring public_oe static_oe property

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