Class RichTextEditorFontColor
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
RichTextEditorFontColor
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
public object ColorCode { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
Columns
Specifies columns
Declaration
public double Columns { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 10 |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
Default
Specifies default font color
Declaration
public string Default { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "#ff0000" |
Mode
Specifies mode
Declaration
public ColorModeType Mode { get; set; }
Property Value
Type | Description |
---|---|
ColorModeType | The default value is ColorModeType.Palette |
ModeSwitcher
Specifies modeSwitcher button
Declaration
public bool ModeSwitcher { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |