C# Class KinectRCCar.UserControls.BidirectionalIndicator

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

Public Properties

Property Type Description
MaximumProperty System.Windows.DependencyProperty
MinimumProperty System.Windows.DependencyProperty
OrientationProperty System.Windows.DependencyProperty
ValueProperty System.Windows.DependencyProperty

Public Methods

Method Description
BidirectionalIndicator ( ) : System

Private Methods

Method Description
OrientationPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
ValuePropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

BidirectionalIndicator() public method

public BidirectionalIndicator ( ) : System
return System

Property Details

MaximumProperty public static property

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

MinimumProperty public static property

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

OrientationProperty public static property

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

ValueProperty public static property

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