A tool which changes the font size of the selected text.
Object
ComponentBase
IComponent
IHandleEvent
IHandleAfterRender
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
public class RadzenHtmlEditorFontSize : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender<RadzenHtmlEditor @bind-Value=@html>
<RadzenHtmlEditorFontSize />
</RadzenHtmlEdito>
@code {
string html = "@lt;strong>Hello</strong> world!";
}A tool which changes the font size of the selected text.
public RadzenHtmlEditorFontSize()The RadzenHtmlEditor component which this tool is part of.
public RadzenHtmlEditor Editor { get; set; }
| Type | Description |
|---|---|
| RadzenHtmlEditor | The RadzenHtmlEditor component which this tool is part of. |
Specifies the placeholder displayed to the user. Set to "Font size" by default.
public string Placeholder { get; set; }
| Type | Description |
|---|---|
| string | Specifies the placeholder displayed to the user. Set to "Font size" by default. |
Specifies the title (tooltip) displayed when the user hovers the tool. Set to "Font size" by default.
public string Title { get; set; }
| Type | Description |
|---|---|
| string | Specifies the title (tooltip) displayed when the user hovers the tool. Set to "Font size" by default. |
protected override void BuildRenderTree(Rendering.RenderTreeBuilder __builder)
| Type | Name | Description |
|---|---|---|
| Rendering.RenderTreeBuilder | __builder |