Class RichTextEditorFontColor
A class used for configuring the font color properties in the Rich Text Editor.
Inheritance
System.Object
Syncfusion.Blazor.SfBaseComponent
RichTextEditorFontColor
Assembly: Syncfusion.Blazor.dll
Syntax
public class RichTextEditorFontColor : ColorItemBase
Constructors
RichTextEditorFontColor()
Declaration
public RichTextEditorFontColor()
Properties
Default
Specifies the default font color of the Rich Text Editor.
Declaration
public override string Default { get; set; }
Property Value
Type |
Description |
System.String |
|
Overrides
parent
Declaration
protected override SfRichTextEditor parent { get; set; }
Property Value
Overrides
Methods
GetColorType()
Declaration
protected override string GetColorType()
Returns
Type |
Description |
System.String |
|
Overrides
PropertyChangeHandler(Dictionary<String, Object>.KeyCollection)
Declaration
protected override void PropertyChangeHandler(Dictionary<string, object>.KeyCollection keys)
Parameters
Type |
Name |
Description |
System.Collections.Generic.Dictionary.KeyCollection<> |
keys |
|
Overrides