RadzenHtmlEditorFontName Class

A tool which changes the font of the selected text.

Inheritance

Object

ComponentBase

RadzenHtmlEditorFontName

Implements

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 RadzenHtmlEditorFontName : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender

Examples

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

Constructors

RadzenHtmlEditorFontNamelink

A tool which changes the font of the selected text.

Declaration
public RadzenHtmlEditorFontName()

Properties

ChildContentlink

Sets the child content.

Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type Description
RenderFragmentSets the child content.

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" by default.

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

Titlelink

Specifies the title (tooltip) displayed when the user hovers the tool. Set to "Font name" 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 name" 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 🗙