'Declaration Public Enum RatingPrecision Inherits System.Enum
'Usage Dim instance As RatingPrecision
public enum RatingPrecision : System.Enum
Represents the types of precisions.
'Declaration Public Enum RatingPrecision Inherits System.Enum
'Usage Dim instance As RatingPrecision
public enum RatingPrecision : System.Enum
Member | Description |
---|---|
Exact | When set to Exact, icons will be partially filled to try to exactly represent the Rating control's Value property. |
Full | When set to Full, icons are never partially filled. They can either be filled or not. |
Half | When set to Half, the can be filled, half filled, or not filled at all, rounded up. For example, if ItemCount is 5, and the Value is 2.1, then the first two icons will be fully filled, and the third will be half filled. |
System.Object
System.ValueType
System.Enum
Xceed.Wpf.Toolkit.RatingPrecision