ComponentOne Extended Library for WPF and Silverlight
RatingMode Enumeration

C1.WPF.Extended Namespace : RatingMode Enumeration
Specifies the behavior of rating.
Syntax
'Declaration
 
Public Enum RatingMode 
   Inherits System.Enum
public enum RatingMode : System.Enum 
Members
MemberDescription
ContinuousAll the RatingItems from first to the rated one will be rated.
SingleOnly one RatingItem can be rated.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.WPF.Extended.RatingMode

See Also

Reference

C1.WPF.Extended Namespace