Xceed Toolkit Plus for WPF v5.1 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit Namespace / RatingPrecision Enumeration


In This Topic
    RatingPrecision Enumeration
    In This Topic

    Represents the types of precisions.

     

    Syntax
    'Declaration
     
    
    Public Enum RatingPrecision 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As RatingPrecision
    public enum RatingPrecision : System.Enum 
    Members
    MemberValueDescription
    Exact2When set to Exact, icons will be partially filled to try to exactly represent the Rating control's Value property.
    Full0When set to Full, icons are never partially filled. They can either be filled or not.
    Half1

    When set to Half, the can be filled, half filled, or not filled at all, rounded up. For example, if ItemCount is 5, and the Value is 2.1, then the first two icons will be fully filled, and the third will be half filled. 

    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Wpf.Toolkit.RatingPrecision

    Supported Frameworks

    See Also