Table of Contents

Enum RatingShape

Namespace
Nova.Avalonia.UI.Controls
Assembly
Nova.Avalonia.UI.dll

Specifies the shape of the items in the RatingControl.

public enum RatingShape

Fields

Circle = 2

Displays circles.

Custom = 4

Displays a custom geometry defined by the CustomGeometry property.

Diamond = 3

Displays diamonds.

Heart = 1

Displays hearts.

Star = 0

Displays stars.