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


In This Topic
    RatingIconType Enumeration
    In This Topic
    Value representing the type of icon used for the Rating control.
    Syntax
    'Declaration
     
    
    Public Enum RatingIconType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As RatingIconType
    public enum RatingIconType : System.Enum 
    Members
    MemberValueDescription
    Circle1The icon will use the built-in Circle template.
    Custom4The icon will use the path data specified in the CustomPath property.
    Square2The icon will use the built-in Square template.
    Star0The icon will use the built-in Star template.
    Triangle3The icon will use the built-in Triangle template.
    Inheritance Hierarchy

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

    Supported Frameworks

    See Also