Class RichTextEditorFontSize
Inheritance
System.Object
RichTextEditorFontSize
Assembly: Syncfusion.EJ2.dll
Syntax
public class RichTextEditorFontSize : EJTagHelper
Constructors
RichTextEditorFontSize()
Declaration
public RichTextEditorFontSize()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Default
Specifies default font size selection
Declaration
public string Default { get; set; }
Property Value
Type |
Description |
System.String |
|
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Items
Specifies default font size items
Declaration
public object Items { get; set; }
Property Value
Type |
Description |
System.Object |
|
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Width
Declaration
public string Width { get; set; }
Property Value
Type |
Description |
System.String |
|