C# Class TrakHound_UI.MeterDisplay

Interaction logic for MeterDisplay.xaml
Inheritance: System.Windows.Controls.UserControl
Mostrar archivo 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_oe static_oe property

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

ForegroundProperty public_oe static_oe property

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

InactiveLevelBrushProperty public_oe static_oe property

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

IndicatorWidthProperty public_oe static_oe property

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

MaximumProperty public_oe static_oe property

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

TitleProperty public_oe static_oe property

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

ValueFormatProperty public_oe static_oe property

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

ValueProperty public_oe static_oe property

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

ValueTextProperty public_oe static_oe property

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