'Declaration Public Enum RatingIconType Inherits System.Enum
'Usage Dim instance As RatingIconType
public enum RatingIconType : System.Enum
'Declaration Public Enum RatingIconType Inherits System.Enum
'Usage Dim instance As RatingIconType
public enum RatingIconType : System.Enum
| Member | Description |
|---|---|
| Circle | The icon will use the built-in Circle template. |
| Custom | The icon will use the path data specified in the CustomPath property. |
| Square | The icon will use the built-in Square template. |
| Star | The icon will use the built-in Star template. |
| Triangle | The icon will use the built-in Triangle template. |
System.Object
System.ValueType
System.Enum
Xceed.Wpf.Toolkit.RatingIconType