Adds a custom font to a RadzenHtmlEditorFontName.
Object
ComponentBase
IComponent
IHandleEvent
IHandleAfterRender
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
public class RadzenHtmlEditorFontNameItem : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender<RadzenHtmlEditorFontName>
<RadzenHtmlEditorFontNameItem Text="Times New Roman" Value='"Times New Roman"' />
</RadzenHtmlEditorFontName>Adds a custom font to a RadzenHtmlEditorFontName.
public RadzenHtmlEditorFontNameItem()The RadzenHtmlEditorFontName tool which this tool belongs to.
public RadzenHtmlEditorFontName Parent { get; set; }
| Type | Description |
|---|---|
| RadzenHtmlEditorFontName | The RadzenHtmlEditorFontName tool which this tool belongs to. |
The name of the font e.g. "Times New Roman".
public string Text { get; set; }
| Type | Description |
|---|---|
| string | The name of the font e.g. "Times New Roman". |
The CSS value of the font. Use quotes if it contains spaces.
public string Value { get; set; }
| Type | Description |
|---|---|
| string | The CSS value of the font. Use quotes if it contains spaces. |