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 |
---|
RatingShape |
Custom
Define the rating shape as custom shape in a rating control.
Declaration
public const RatingShape Custom
Field Value
Type |
---|
RatingShape |
Diamond
Define the rating shape as diamond shape in a rating control.
Declaration
public const RatingShape Diamond
Field Value
Type |
---|
RatingShape |
Heart
Define the rating shape as heart shape in a rating control.
Declaration
public const RatingShape Heart
Field Value
Type |
---|
RatingShape |
Star
Define the rating shape as star shape in a rating control.
Declaration
public const RatingShape Star
Field Value
Type |
---|
RatingShape |