Class RichTextEditorBackgroundColorBuilder
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 RichTextEditorBackgroundColorBuilder : ControlBuilder
Constructors
RichTextEditorBackgroundColorBuilder()
Declaration
public RichTextEditorBackgroundColorBuilder()
RichTextEditorBackgroundColorBuilder(RichTextEditorBackgroundColor)
Declaration
public RichTextEditorBackgroundColorBuilder(RichTextEditorBackgroundColor model)
Parameters
Type | Name | Description |
---|---|---|
RichTextEditorBackgroundColor | model |
Methods
ColorCode(Object)
Specifies color code customization
Declaration
public RichTextEditorBackgroundColorBuilder ColorCode(object value)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value |
Returns
Type | Description |
---|---|
RichTextEditorBackgroundColorBuilder |
Columns(Double)
Specifies columns
Declaration
public RichTextEditorBackgroundColorBuilder Columns(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
Returns
Type | Description |
---|---|
RichTextEditorBackgroundColorBuilder |
Default(String)
Specifies default font color
Declaration
public RichTextEditorBackgroundColorBuilder Default(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Type | Description |
---|---|
RichTextEditorBackgroundColorBuilder |
Mode(ColorModeType)
Specifies mode
Declaration
public RichTextEditorBackgroundColorBuilder Mode(ColorModeType value)
Parameters
Type | Name | Description |
---|---|---|
ColorModeType | value |
Returns
Type | Description |
---|---|
RichTextEditorBackgroundColorBuilder |
ModeSwitcher(Boolean)
Specifies a modeSwitcher button
Declaration
public RichTextEditorBackgroundColorBuilder ModeSwitcher(bool value)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | value |
Returns
Type | Description |
---|---|
RichTextEditorBackgroundColorBuilder |