menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MobileRatingProperties

    Show / Hide Table of Contents

    Class MobileRatingProperties

    Class for Rating Properties

    Inheritance
    System.Object
    EJTagHelper
    PropertiesBase
    RatingPropertiesBase
    MobileRatingProperties
    Implements
    IMobileBase
    Inherited Members
    RatingPropertiesBase.Value
    RatingPropertiesBase.MinimumValue
    RatingPropertiesBase.MaximumValue
    RatingPropertiesBase.ShapeWidth
    RatingPropertiesBase.ShapeHeight
    RatingPropertiesBase.ReadOnly
    RatingPropertiesBase.EnablePersistence
    RatingPropertiesBase.Orientation
    RatingPropertiesBase.Enabled
    RatingPropertiesBase.Precision
    PropertiesBase.Create
    PropertiesBase.Destroy
    PropertiesBase.CssClass
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript.Mobile.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class MobileRatingProperties : RatingPropertiesBase, IMobileBase

    Constructors

    MobileRatingProperties()

    Declaration
    public MobileRatingProperties()

    Properties

    BackgroundColor

    Specifies the backgroundColor for rating.

    Declaration
    [JsonProperty("backgroundColor")]
    public string BackgroundColor { get; set; }
    Property Value
    Type Description
    System.String

    The tap.

    BorderColor

    Specifies the borderColor for rating.

    Declaration
    [JsonProperty("borderColor")]
    public string BorderColor { get; set; }
    Property Value
    Type Description
    System.String

    The tap.

    Change

    Event triggers when the value changed.

    Declaration
    [JsonProperty("change")]
    public string Change { get; set; }
    Property Value
    Type Description
    System.String

    The change.

    HoverColor

    Specifies the hoverColor for rating.

    Declaration
    [JsonProperty("hoverColor")]
    public string HoverColor { get; set; }
    Property Value
    Type Description
    System.String

    The tap.

    IncrementStep

    Specifies the step value for incrementation.

    Declaration
    [JsonProperty("incrementStep")]
    public double IncrementStep { get; set; }
    Property Value
    Type Description
    System.Double

    The increment step.

    RenderMode

    Specifies the rendering mode of the control.

    Declaration
    [JsonProperty("renderMode")]
    [JsonConverter(typeof(StringEnumConverter))]
    public RenderMode RenderMode { get; set; }
    Property Value
    Type Description
    RenderMode

    The render mode.

    SelectionColor

    Specifies the selectionColor for rating.

    Declaration
    [JsonProperty("selectionColor")]
    public string SelectionColor { get; set; }
    Property Value
    Type Description
    System.String

    The tap.

    Shape

    Specifies the shape.

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("shape")]
    public Shape Shape { get; set; }
    Property Value
    Type Description
    Shape

    The shape.

    SpaceBetweenShapes

    Specifies the space between shapes.

    Declaration
    [JsonProperty("spaceBetweenShapes")]
    public int SpaceBetweenShapes { get; set; }
    Property Value
    Type Description
    System.Int32

    The space between shapes.

    Tap

    Event triggers when touch happens on the control.

    Declaration
    [JsonProperty("tap")]
    public string Tap { get; set; }
    Property Value
    Type Description
    System.String

    The tap.

    TouchMove

    Event triggers when touch move happens on the control.

    Declaration
    [JsonProperty("touchMove")]
    public string TouchMove { get; set; }
    Property Value
    Type Description
    System.String

    The touchMove.

    Implements

    IMobileBase
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved