Class LabelPosition
Specifies where to position the label in SfRating.
Inheritance
System.Object
LabelPosition
Namespace: Syncfusion.Blazor.Inputs
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class LabelPosition : Enum
Fields
Bottom
The label is positioned at the bottom center of the rating component.
Declaration
public const LabelPosition Bottom
Field Value
Type |
---|
LabelPosition |
Left
The label is positioned at the left side of the rating component.
Declaration
public const LabelPosition Left
Field Value
Type |
---|
LabelPosition |
Right
The label is positioned at the right side of the rating component.
Declaration
public const LabelPosition Right
Field Value
Type |
---|
LabelPosition |
Top
The label is positioned at the top center of the rating component.
Declaration
public const LabelPosition Top
Field Value
Type |
---|
LabelPosition |