C# Class TrakHound_UI.ProgressBar

Interaction logic for ProgressBar.xaml
Inheritance: System.Windows.Controls.UserControl
Show file Open project: TrakHound/TrakHound-Community

Public Properties

Property Type Description
AnimateValueChangeProperty System.Windows.DependencyProperty
MaximumProperty System.Windows.DependencyProperty
OrientationProperty System.Windows.DependencyProperty
ProgressHeightProperty System.Windows.DependencyProperty
ProgressWidthProperty System.Windows.DependencyProperty
ValueProperty System.Windows.DependencyProperty

Public Methods

Method Description
ProgressBar ( ) : System

Private Methods

Method Description
Animate ( double to, DependencyProperty dp ) : void
SetProgressHeight ( double value ) : void
SetProgressValue ( double value ) : void
SetProgressWidth ( double value ) : void
UserControl_SizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void
Value_PropertyChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

ProgressBar() public method

public ProgressBar ( ) : System
return System

Property Details

AnimateValueChangeProperty public static property

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

MaximumProperty public static property

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

OrientationProperty public static property

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

ProgressHeightProperty public static property

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

ProgressWidthProperty public static property

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

ValueProperty public static property

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