C# Class RaumfeldNET.WPFControls.RotaryButtonControl

Inheritance: System.Windows.Controls.UserControl
Show file Open project: stoennies/raumwiese Class Usage Examples

Public Properties

Property Type Description
AngleProperty System.Windows.DependencyProperty
ValueFromProperty System.Windows.DependencyProperty
ValueProperty System.Windows.DependencyProperty
ValueToProperty System.Windows.DependencyProperty

Public Methods

Method Description
RotaryButtonControl ( ) : System

Private Methods

Method Description
DummyLabel_MouseMove ( object sender, System.Windows.Input.MouseEventArgs e ) : void
DummyLabel_MouseUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
Ellipse_MouseMove ( object sender, System.Windows.Input.MouseEventArgs e ) : void
Ellipse_MouseUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
GeneralMouseMove ( object sender, System.Windows.Input.MouseEventArgs e ) : void
GetRotaryDirection ( Point _posPrev, Point _pos ) : RotaryDirection
getAngleFromValue ( double _value ) : double
setVolumeInfo ( ) : void

Method Details

RotaryButtonControl() public method

public RotaryButtonControl ( ) : System
return System

Property Details

AngleProperty public static property

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

ValueFromProperty public static property

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

ValueProperty public static property

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

ValueToProperty public static property

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