Class RichTextEditorFontSize
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.EJ2.RichTextEditor
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
Type | Description |
---|---|
MvcTemplate<System.Object> |
Default
Specifies default font size selection
Declaration
[HtmlAttributeName("default")]
public string Default { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Items
Specifies default font size items
Declaration
[HtmlAttributeName("items")]
public object Items { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
Width
Specifies content width
Declaration
[HtmlAttributeName("width")]
public string Width { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "35px" |