Class RichTextEditorBackgroundColor
Inheritance
System.Object
RichTextEditorBackgroundColor
Assembly: Syncfusion.EJ2.dll
Syntax
public class RichTextEditorBackgroundColor : EJTagHelper
Constructors
RichTextEditorBackgroundColor()
Declaration
public RichTextEditorBackgroundColor()
Properties
ColorCode
Specifies color code customization
Declaration
public object ColorCode { get; set; }
Property Value
Type |
Description |
System.Object |
|
Columns
Declaration
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
Default
Specifies default font color
Declaration
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
Declaration
public ColorModeType Mode { get; set; }
Property Value
ModeSwitcher
Specifies a modeSwitcher button
Declaration
public bool ModeSwitcher { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides