Class MobileButtonProperties.ColorBase
Inheritance
System.Object
MobileButtonProperties.ColorBase
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 ColorBase
Constructors
ColorBase()
Declaration
public ColorBase()
Properties
Border
Specifies the button borderColor
Declaration
[JsonProperty("border")]
public string Border { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Fill
Specifies the button fillColor
Declaration
[JsonProperty("fill")]
public string Fill { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Text
Specifies the button textColor
Declaration
[JsonProperty("text")]
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |