menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LabelPosition - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LabelPosition

    Defines where to position the label in rating

    Inheritance
    System.Object
    LabelPosition
    Namespace: Syncfusion.EJ2.Inputs
    Assembly: Syncfusion.EJ2.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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved