Xceed Toolkit Plus for WPF v5.0 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
    MemberDescription
    CircleThe icon will use the built-in Circle template.
    CustomThe icon will use the path data specified in the CustomPath property.
    SquareThe icon will use the built-in Square template.
    StarThe icon will use the built-in Star template.
    TriangleThe icon will use the built-in Triangle template.
    Inheritance Hierarchy

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

    Requirements

    See Also