Class MobileRatingProperties
Class for Rating Properties
Implements
Inherited Members
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
[JsonProperty("shape")]
[JsonConverter(typeof(StringEnumConverter))]
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. |