Class RichTextEditorFontSize
A class used for configuring the FontSize properties in Rich Text Editor.
Inheritance
System.Object
Syncfusion.Blazor.SfBaseComponent
RichTextEditorFontSize
Inherited Members
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
parent
Declaration
protected override SfRichTextEditor parent { get; set; }
Property Value
Type | Description |
---|---|
SfRichTextEditor |
Overrides
Width
Specifies the font size dropdown width.
Declaration
public override string Width { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Methods
GetDropDownType()
Declaration
protected override string GetDropDownType()
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 |