Class RichTextEditorFontColor
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.EJ2.RichTextEditor
Assembly: Syncfusion.EJ2.dll
Syntax
public class RichTextEditorFontColor : EJTagHelper
Constructors
RichTextEditorFontColor()
Declaration
public RichTextEditorFontColor()
Properties
ColorCode
Specifies color code customization
Declaration
[HtmlAttributeName("colorCode")]
public object ColorCode { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Columns
Specifies columns
Declaration
[HtmlAttributeName("columns")]
public double Columns { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type | Description |
---|---|
MvcTemplate<System.Object> |
Default
Specifies default font color
Declaration
[HtmlAttributeName("default")]
public string Default { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
Mode
Specifies mode
Declaration
[HtmlAttributeName("mode")]
public ColorModeType Mode { get; set; }
Property Value
Type | Description |
---|---|
ColorModeType |
ModeSwitcher
Specifies modeSwitcher button
Declaration
[HtmlAttributeName("modeSwitcher")]
public bool ModeSwitcher { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type | Description |
---|---|
System.String |