menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RatingPrecision - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RatingPrecision

    Gets or sets the value of RatingPrecision to set accuracy level of rating.

    Inheritance
    System.Object
    RatingPrecision
    Namespace: Syncfusion.UI.Xaml.Editors
    Assembly: Syncfusion.Editors.WinUI.dll
    Syntax
    public sealed class RatingPrecision : Enum

    Fields

    Exact

    Defines the rating value with the exact value.

    Declaration
    public const RatingPrecision Exact
    Field Value
    Type
    RatingPrecision

    Full

    Defines the rating value with the nearest rounded value.

    Declaration
    public const RatingPrecision Full
    Field Value
    Type
    RatingPrecision

    Half

    Defines the rating value with the nearest half value.

    Declaration
    public const RatingPrecision Half
    Field Value
    Type
    RatingPrecision
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved