Class MobileProgressBarProperties
Class for ProgressBar Properties
Inheritance
System.Object
MobileProgressBarProperties
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 MobileProgressBarProperties : ProgressBarPropertiesBase, IMobileBase
Constructors
MobileProgressBarProperties()
Declaration
public MobileProgressBarProperties()
Properties
Change
Event triggers when the value change happens.
Declaration
[JsonProperty("change")]
public string Change { get; set; }
Property Value
Type | Description |
---|---|
System.String | The change. |
Complete
Event triggers when the complete happens.
Declaration
[JsonProperty("complete")]
public string Complete { get; set; }
Property Value
Type | Description |
---|---|
System.String | The complete. |
EnableCustomText
Specifies whether to accept custom text or not.
Declaration
[JsonProperty("enableCustomText")]
public bool EnableCustomText { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Height
Specifies the height.
Declaration
[JsonProperty("height")]
public string Height { get; set; }
Property Value
Type | Description |
---|---|
System.String | The height. |
Orientation
Specifies the orientation whether it is horizontal or vertical.
Declaration
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("orientation")]
public Orientation Orientation { get; set; }
Property Value
Type | Description |
---|---|
Orientation | The orientation. |
RenderMode
Changes the rendering mode.
Declaration
[JsonProperty("renderMode")]
[JsonConverter(typeof(StringEnumConverter))]
public RenderMode RenderMode { get; set; }
Property Value
Type | Description |
---|---|
RenderMode | The render mode. |
Start
Event triggers when the start happens.
Declaration
[JsonProperty("start")]
public string Start { get; set; }
Property Value
Type | Description |
---|---|
System.String | The start. |
Theme
Specifies the theme.
Declaration
[JsonProperty("theme")]
[JsonConverter(typeof(StringEnumConverter))]
public Theme Theme { get; set; }
Property Value
Type | Description |
---|---|
Theme | The theme. |
Width
Specifies the width.
Declaration
[JsonProperty("width")]
public string Width { get; set; }
Property Value
Type | Description |
---|---|
System.String | The width. |