Table of Contents

Class RadzenHtmlEditorItalic

Namespace
Radzen.Blazor
Assembly
Radzen.Blazor.dll

A RadzenHtmlEditor tool which makes the selection italic.

public class RadzenHtmlEditorItalic : RadzenHtmlEditorButtonBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance
RadzenHtmlEditorItalic
Implements
Inherited Members

Examples

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

Constructors

RadzenHtmlEditorItalic()

public RadzenHtmlEditorItalic()

Properties

CommandName

protected override string CommandName { get; }

Property Value

string

Shortcut

Specifies the shortcut for the command. Set to "Ctrl+I" by default.

[Parameter]
public override string Shortcut { get; set; }

Property Value

string

Title

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

[Parameter]
public string Title { get; set; }

Property Value

string

Methods

BuildRenderTree(RenderTreeBuilder)

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder