C# Class TrakHound_UI.MeterDisplay

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

Public Properties

Property Type Description
ActiveLevelBrushProperty System.Windows.DependencyProperty
ForegroundProperty System.Windows.DependencyProperty
InactiveLevelBrushProperty System.Windows.DependencyProperty
IndicatorWidthProperty System.Windows.DependencyProperty
MaximumProperty System.Windows.DependencyProperty
TitleProperty System.Windows.DependencyProperty
ValueFormatProperty System.Windows.DependencyProperty
ValueProperty System.Windows.DependencyProperty
ValueTextProperty System.Windows.DependencyProperty

Public Methods

Method Description
MeterDisplay ( ) : System

Private Methods

Method Description
MaximumPropertyChanged ( DependencyObject dependencyObject, System.Windows.DependencyPropertyChangedEventArgs eventArgs ) : void
ProcessValue ( double value ) : void
ValueFormatPropertyChanged ( DependencyObject dependencyObject, System.Windows.DependencyPropertyChangedEventArgs eventArgs ) : void
ValuePropertyChanged ( DependencyObject dependencyObject, System.Windows.DependencyPropertyChangedEventArgs eventArgs ) : void

Method Details

MeterDisplay() public method

public MeterDisplay ( ) : System
return System

Property Details

ActiveLevelBrushProperty public static property

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

ForegroundProperty public static property

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

InactiveLevelBrushProperty public static property

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

IndicatorWidthProperty public static property

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

MaximumProperty public static property

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

TitleProperty public static property

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

ValueFormatProperty public static property

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

ValueProperty public static property

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

ValueTextProperty public static property

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