Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RichTextEditorFontColor - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RichTextEditorFontColor

    A class used for configuring the font color properties in the Rich Text Editor.

    Inheritance
    System.Object
    Syncfusion.Blazor.SfBaseComponent
    ColorItemBase
    RichTextEditorFontColor
    Inherited Members
    ColorItemBase.OnInitializedAsync()
    ColorItemBase.OnParametersSetAsync()
    ColorItemBase.ColorCode
    ColorItemBase.Columns
    ColorItemBase.Mode
    ColorItemBase.ModeSwitcher
    Namespace: Syncfusion.Blazor.RichTextEditor
    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
    ColorItemBase.Default

    parent

    Declaration
    protected override SfRichTextEditor parent { get; set; }
    Property Value
    Type Description
    SfRichTextEditor
    Overrides
    ColorItemBase.parent

    Methods

    GetColorType()

    Declaration
    protected override string GetColorType()
    Returns
    Type Description
    System.String
    Overrides
    ColorItemBase.GetColorType()

    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
    ColorItemBase.PropertyChangeHandler(Dictionary<String, Object>.KeyCollection)
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved