'DeclarationPublic Enum RatingIconType Inherits System.Enum
'UsageDim instance As RatingIconType
public enum RatingIconType : System.Enum
'DeclarationPublic Enum RatingIconType Inherits System.Enum
'UsageDim instance As RatingIconType
public enum RatingIconType : System.Enum
| Member | Value | Description |
|---|---|---|
| Circle | 1 | The icon will use the built-in Circle template. |
| Custom | 4 | The icon will use the path data specified in the CustomPath property. |
| Square | 2 | The icon will use the built-in Square template. |
| Star | 0 | The icon will use the built-in Star template. |
| Triangle | 3 | The icon will use the built-in Triangle template. |
System.Object
System.ValueType
System.Enum
Xceed.Wpf.Toolkit.RatingIconType