C# 클래스 KinectRCCar.UserControls.DeviceStatusUserControl

Interaction logic for DeviceStatusUserControl.xaml
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: devinh/KinectRCCar 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CancelCommandProperty System.Windows.DependencyProperty
CarControllerStatusProperty System.Windows.DependencyProperty
KinectStatusProperty System.Windows.DependencyProperty
RetryCommandProperty System.Windows.DependencyProperty

Private Properties

프로퍼티 타입 설명
CarControllerStatusPropertyChanged void
KinectStatusPropertyChanged void
UpdateCarControllerStatus void
UpdateKinectStatus void

공개 메소드들

메소드 설명
DeviceStatusUserControl ( ) : System

비공개 메소드들

메소드 설명
CarControllerStatusPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
KinectStatusPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
UpdateCarControllerStatus ( CarControllerStatus carControllerStatus ) : void
UpdateKinectStatus ( KinectStatus kinectStatus ) : void

메소드 상세

DeviceStatusUserControl() 공개 메소드

public DeviceStatusUserControl ( ) : System
리턴 System

프로퍼티 상세

CancelCommandProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows CancelCommandProperty
리턴 System.Windows.DependencyProperty

CarControllerStatusProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows CarControllerStatusProperty
리턴 System.Windows.DependencyProperty

KinectStatusProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows KinectStatusProperty
리턴 System.Windows.DependencyProperty

RetryCommandProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows RetryCommandProperty
리턴 System.Windows.DependencyProperty