Class RatingPropertiesBase
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
Assembly: Syncfusion.EJ.dll
Syntax
public class RatingPropertiesBase : PropertiesBase
Constructors
RatingPropertiesBase()
Initializes a new instance of the RatingPropertiesBuilder class.
Declaration
public RatingPropertiesBase()
Properties
Enabled
Specifies whether to enable or disable the control.
Declaration
[JsonProperty("enabled")]
public bool Enabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
EnablePersistence
Specifies to maintain the current model value to browser cookies for state maintenance. While refresh the page, the model value will get apply to the control from browser cookies.
Declaration
[JsonProperty("enablePersistence")]
public bool EnablePersistence { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The persist. |
MaximumValue
Specifies the maxmimum value.
Declaration
[JsonProperty("maxValue")]
public int MaximumValue { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The maximum value. |
MinimumValue
Specifies the minimum value.
Declaration
[JsonProperty("minValue")]
public int MinimumValue { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The minimum value. |
Orientation
Specifies whether the orientation is horizontal or vertical.
Declaration
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("orientation")]
public Orientation Orientation { get; set; }
Property Value
Type | Description |
---|---|
Orientation | The orientation. |
Precision
Specifies the precision value.
Declaration
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("precision")]
public Precision Precision { get; set; }
Property Value
Type | Description |
---|---|
Precision | The precisions. |
ReadOnly
Specifies whether the control is read only.
Declaration
[JsonProperty("readOnly")]
public bool ReadOnly { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShapeHeight
Specifies the shape height.
Declaration
[JsonProperty("shapeHeight")]
public int ShapeHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The height of the shape. |
ShapeWidth
Specifies the shape width.
Declaration
[JsonProperty("shapeWidth")]
public int ShapeWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The width of the shape. |
Value
Declaration
[JsonProperty("value")]
public int Value { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |