Class RichTextEditorBackgroundColorBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
RichTextEditorBackgroundColorBuilder
Namespace: Syncfusion.EJ2.RichTextEditor
Assembly: Syncfusion.EJ2.dll
Syntax
public class RichTextEditorBackgroundColorBuilder : ControlBuilder
Constructors
RichTextEditorBackgroundColorBuilder()
Declaration
public RichTextEditorBackgroundColorBuilder()
RichTextEditorBackgroundColorBuilder(RichTextEditorBackgroundColor)
Declaration
public RichTextEditorBackgroundColorBuilder(RichTextEditorBackgroundColor model)
Parameters
Type | Name | Description |
---|---|---|
RichTextEditorBackgroundColor | model |
Methods
ColorCode(Object)
Specifies custom color codes.
Declaration
public RichTextEditorBackgroundColorBuilder ColorCode(object value)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value |
Returns
Columns(Double)
Specifies the number of columns in the color palette.
Declaration
public RichTextEditorBackgroundColorBuilder Columns(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
Returns
Default(String)
Specifies the default background color.
Declaration
public RichTextEditorBackgroundColorBuilder Default(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Mode(ColorModeType)
Specifies the color mode.
Declaration
public RichTextEditorBackgroundColorBuilder Mode(ColorModeType value)
Parameters
Type | Name | Description |
---|---|---|
ColorModeType | value |
Returns
ModeSwitcher(Boolean)
Enables or disables the mode switcher button.
Declaration
public RichTextEditorBackgroundColorBuilder ModeSwitcher(bool value)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | value |