Table of Contents

Enum RatingPrecision

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

Specifies the precision level of the RatingControl.

public enum RatingPrecision

Fields

Exact = 2

Allows exact/continuous ratings (e.g., 3.7, 4.2).

Full = 0

Allows only full integer ratings (e.g., 1, 2, 3).

Half = 1

Allows half-star ratings (e.g., 2.5, 3.5).