Blazor

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

    Show / Hide Table of Contents

    Class RichTextEditorFontSize

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

    Inheritance
    System.Object
    DropDownButtonItemBase
    RichTextEditorFontSize
    Inherited Members
    DropDownButtonItemBase.OnInitializedAsync()
    DropDownButtonItemBase.OnParametersSetAsync()
    DropDownButtonItemBase.Dispose()
    DropDownButtonItemBase.Dispose(Boolean)
    DropDownButtonItemBase.Default
    Namespace: Syncfusion.Blazor.RichTextEditor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class RichTextEditorFontSize : DropDownButtonItemBase

    Constructors

    RichTextEditorFontSize()

    Declaration
    public RichTextEditorFontSize()

    Properties

    Items

    Specifies the font size items that will populate in the font size dropdown.

    Declaration
    public override List<DropDownItemModel> Items { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<DropDownItemModel>
    Overrides
    DropDownButtonItemBase.Items

    Parent

    The Blazor Rich Text Editor is a feature-rich WYSIWYG HTML editor and WYSIWYG Markdown editor.

    Declaration
    protected override SfRichTextEditor Parent { get; set; }
    Property Value
    Type Description
    SfRichTextEditor
    Overrides
    DropDownButtonItemBase.Parent

    Width

    Specifies the font size dropdown width.

    Declaration
    public override string Width { get; set; }
    Property Value
    Type Description
    System.String
    Overrides
    DropDownButtonItemBase.Width

    Methods

    GetDropDownType()

    Used to get the font size.

    Declaration
    protected override string GetDropDownType()
    Returns
    Type Description
    System.String

    Returns the font size.

    Overrides
    DropDownButtonItemBase.GetDropDownType()

    PropertyChangeHandler(Dictionary<String, Object>.KeyCollection)

    Used to handle the dynamic property changes.

    Declaration
    protected override void PropertyChangeHandler(Dictionary<string, object>.KeyCollection keys)
    Parameters
    Type Name Description
    System.Collections.Generic.Dictionary.KeyCollection<> keys

    Specifies the changed keys.

    Overrides
    DropDownButtonItemBase.PropertyChangeHandler(Dictionary<String, Object>.KeyCollection)
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved