RadzenHtmlEditorFontSize Class

A tool which changes the font size of the selected text.

Inheritance

Object

ComponentBase

RadzenHtmlEditorFontSize

Implements

IComponent

IHandleEvent

IHandleAfterRender

Inherited Members

ComponentBase.OnInitialized

ComponentBase.OnInitializedAsync

ComponentBase.OnParametersSet

ComponentBase.OnParametersSetAsync

ComponentBase.StateHasChanged

ComponentBase.ShouldRender

ComponentBase.OnAfterRender

ComponentBase.OnAfterRenderAsync

ComponentBase.InvokeAsync

ComponentBase.DispatchExceptionAsync

ComponentBase.SetParametersAsync

ComponentBase.RendererInfo

ComponentBase.Assets

ComponentBase.AssignedRenderMode

Namespace: Radzen.Blazor

Assembly: Radzen.Blazor.dll

Syntax

public class RadzenHtmlEditorFontSize : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender

Examples

<RadzenHtmlEditor @bind-Value=@html>
 <RadzenHtmlEditorFontSize />
</RadzenHtmlEdito>
@code {
  string html = "@lt;strong>Hello</strong> world!"; 
}

Constructors

RadzenHtmlEditorFontSizelink

A tool which changes the font size of the selected text.

Declaration
public RadzenHtmlEditorFontSize()

Properties

Editorlink

The RadzenHtmlEditor component which this tool is part of.

Declaration
public RadzenHtmlEditor Editor { get; set; }
Property Value
Type Description
RadzenHtmlEditorThe RadzenHtmlEditor component which this tool is part of.

Placeholderlink

Specifies the placeholder displayed to the user. Set to "Font size" by default.

Declaration
public string Placeholder { get; set; }
Property Value
Type Description
stringSpecifies the placeholder displayed to the user. Set to "Font size" by default.

Titlelink

Specifies the title (tooltip) displayed when the user hovers the tool. Set to "Font size" by default.

Declaration
public string Title { get; set; }
Property Value
Type Description
stringSpecifies the title (tooltip) displayed when the user hovers the tool. Set to "Font size" by default.

Methods

BuildRenderTreelink

Declaration
protected override void BuildRenderTree(Rendering.RenderTreeBuilder __builder)
Parameters
Type Name Description
Rendering.RenderTreeBuilder __builder
An error has occurred. This app may no longer respond until reloaded. Reload 🗙