Xceed Toolkit Plus for WPF v4.6 Documentation
RatingIconType Enumeration


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit Namespace : RatingIconType Enumeration
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

Reference

Xceed.Wpf.Toolkit Namespace