Xamarin.Forms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Precision

    Show / Hide Table of Contents

    Class Precision

    Contains values for the Precision enumeration that defines the accuracy level of the SfRating control. It has Standard, Half, and Exact options.

    Inheritance
    System.Object
    Precision
    Namespace: Syncfusion.SfRating.XForms
    Assembly: Syncfusion.SfRating.XForms.dll
    Syntax
    public sealed class Precision : Enum

    Fields

    Exact

    User can rate the accurate values of rating in decimal points.

    Declaration
    public const Precision Exact
    Field Value
    Type Description
    Precision

    Half

    User can rate the values with whole values and half rating values.

    Declaration
    public const Precision Half
    Field Value
    Type Description
    Precision

    Standard

    User can rate the values in whole numbers and this is the default rating mode.

    Declaration
    public const Precision Standard
    Field Value
    Type Description
    Precision

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved