Enum RatingShape
Specifies the shape of the items in the RatingControl.
public enum RatingShape
Fields
Circle = 2Displays circles.
Custom = 4Displays a custom geometry defined by the CustomGeometry property.
Diamond = 3Displays diamonds.
Heart = 1Displays hearts.
Star = 0Displays stars.