C# Class csDataServerPlugin.RatingControl.RatingControl

Interaction logic for RatingControl.xaml
Show file Open project: TNOCS/csTouch Class Usage Examples

Public Properties

Property Type Description
CanEditProperty System.Windows.DependencyProperty
MaxValueProperty System.Windows.DependencyProperty
RatingValueProperty System.Windows.DependencyProperty

Public Methods

Method Description
RatingControl ( ) : System

Private Methods

Method Description
MaxValueChanged ( DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
RatingButtonClickEventHandler ( Object sender, RoutedEventArgs e ) : void
RatingValueChanged ( DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
SetStars ( RatingControl parent ) : void

Method Details

RatingControl() public method

public RatingControl ( ) : System
return System

Property Details

CanEditProperty public static property

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

MaxValueProperty public static property

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

RatingValueProperty public static property

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