Enum LabelPosition
Specifies where to position the label in SfRating.
Namespace: Syncfusion.Blazor.Inputs
Assembly: Syncfusion.Blazor.dll
Syntax
public enum LabelPosition
Fields
| Name | Description |
|---|---|
| Bottom | The label is positioned at the bottom center of the rating component. |
| Left | The label is positioned at the left side of the rating component. |
| Right | The label is positioned at the right side of the rating component. |
| Top | The label is positioned at the top center of the rating component. |