Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended Namespace / RatingMode Enumeration

In This Topic
    RatingMode Enumeration
    In This Topic
    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