C# Class KinectRCCar.UserControls.InstrumentsUserControl

Interaction logic for InstrumentsUserControl.xaml
Inheritance: System.Windows.Controls.UserControl
Show file Open project: devinh/KinectRCCar Class Usage Examples

Public Properties

Property Type Description
CountDownProperty System.Windows.DependencyProperty
DirectionProperty System.Windows.DependencyProperty
KinectAngleProperty System.Windows.DependencyProperty
MaximumKinectAngleProperty System.Windows.DependencyProperty
MinimumKinectAngleProperty System.Windows.DependencyProperty
SetAngleCommandProperty System.Windows.DependencyProperty
VelocityProperty System.Windows.DependencyProperty

Private Properties

Property Type Description
KinectAnglePropertyChanged void
SetAngleButtonClick void

Public Methods

Method Description
InstrumentsUserControl ( ) : System

Private Methods

Method Description
KinectAnglePropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
SetAngleButtonClick ( object sender, RoutedEventArgs e ) : void

Method Details

InstrumentsUserControl() public method

public InstrumentsUserControl ( ) : System
return System

Property Details

CountDownProperty public static property

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

DirectionProperty public static property

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

KinectAngleProperty public static property

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

MaximumKinectAngleProperty public static property

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

MinimumKinectAngleProperty public static property

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

SetAngleCommandProperty public static property

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

VelocityProperty public static property

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