C# Class KinectRCCar.UserControls.DeviceStatusUserControl

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

Méthodes publiques

Свойство Type Description
CancelCommandProperty System.Windows.DependencyProperty
CarControllerStatusProperty System.Windows.DependencyProperty
KinectStatusProperty System.Windows.DependencyProperty
RetryCommandProperty System.Windows.DependencyProperty

Private Properties

Свойство Type Description
CarControllerStatusPropertyChanged void
KinectStatusPropertyChanged void
UpdateCarControllerStatus void
UpdateKinectStatus void

Méthodes publiques

Méthode Description
DeviceStatusUserControl ( ) : System

Private Methods

Méthode 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 méthode

public DeviceStatusUserControl ( ) : System
Résultat System

Property Details

CancelCommandProperty public_oe static_oe property

public static DependencyProperty,System.Windows CancelCommandProperty
Résultat System.Windows.DependencyProperty

CarControllerStatusProperty public_oe static_oe property

public static DependencyProperty,System.Windows CarControllerStatusProperty
Résultat System.Windows.DependencyProperty

KinectStatusProperty public_oe static_oe property

public static DependencyProperty,System.Windows KinectStatusProperty
Résultat System.Windows.DependencyProperty

RetryCommandProperty public_oe static_oe property

public static DependencyProperty,System.Windows RetryCommandProperty
Résultat System.Windows.DependencyProperty