C# Class csDataServerPlugin.RatingControl.RatingControl

Interaction logic for RatingControl.xaml
显示文件 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_oe static_oe property

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

MaxValueProperty public_oe static_oe property

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

RatingValueProperty public_oe static_oe property

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