menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RatingShape - API Reference

    Show / Hide Table of Contents

    Class RatingShape

    Contains values for the RatingShape that determines the shape of the Rating

    Inheritance
    System.Object
    RatingShape
    Namespace: Syncfusion.Maui.Inputs
    Assembly: Syncfusion.Maui.Inputs.dll
    Syntax
    public sealed class RatingShape : Enum

    Fields

    Circle

    Define the rating shape as circle shape in a rating control.

    Declaration
    public const RatingShape Circle
    Field Value
    Type Description
    RatingShape

    Custom

    Define the rating shape as custom shape in a rating control.

    Declaration
    public const RatingShape Custom
    Field Value
    Type Description
    RatingShape

    Diamond

    Define the rating shape as diamond shape in a rating control.

    Declaration
    public const RatingShape Diamond
    Field Value
    Type Description
    RatingShape

    Heart

    Define the rating shape as heart shape in a rating control.

    Declaration
    public const RatingShape Heart
    Field Value
    Type Description
    RatingShape

    Star

    Define the rating shape as star shape in a rating control.

    Declaration
    public const RatingShape Star
    Field Value
    Type Description
    RatingShape

    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