C# Class KinectRCCar.UserControls.DeviceStatusUserControl

Interaction logic for DeviceStatusUserControl.xaml
Inheritance: System.Windows.Controls.UserControl
Mostrar archivo Open project: devinh/KinectRCCar Class Usage Examples

Public Properties

Property Type Description
CancelCommandProperty System.Windows.DependencyProperty
CarControllerStatusProperty System.Windows.DependencyProperty
KinectStatusProperty System.Windows.DependencyProperty
RetryCommandProperty System.Windows.DependencyProperty

Private Properties

Property Type Description
CarControllerStatusPropertyChanged void
KinectStatusPropertyChanged void
UpdateCarControllerStatus void
UpdateKinectStatus void

Public Methods

Method Description
DeviceStatusUserControl ( ) : System

Private Methods

Method Description
CarControllerStatusPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
KinectStatusPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
UpdateCarControllerStatus ( CarControllerStatus carControllerStatus ) : void
UpdateKinectStatus ( KinectStatus kinectStatus ) : void

Method Details

DeviceStatusUserControl() public method

public DeviceStatusUserControl ( ) : System
return System

Property Details

CancelCommandProperty public_oe static_oe property

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

CarControllerStatusProperty public_oe static_oe property

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

KinectStatusProperty public_oe static_oe property

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

RetryCommandProperty public_oe static_oe property

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