Class RadzenHtmlEditorUnderline
A RadzenHtmlEditor tool which underlines the selection.
public class RadzenHtmlEditorUnderline : RadzenHtmlEditorButtonBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
- Inheritance
-
RadzenHtmlEditorUnderline
- Implements
- Inherited Members
Examples
<RadzenHtmlEditor @bind-Value=@html>
<RadzenHtmlEditorUnderline />
</RadzenHtmlEdito>
@code {
string html = "@lt;strong>Hello</strong> world!";
}
Constructors
RadzenHtmlEditorUnderline()
public RadzenHtmlEditorUnderline()
Properties
CommandName
protected override string CommandName { get; }
Property Value
Shortcut
Specifies the shortcut for the command. Set to "Ctrl+U"
by default.
[Parameter]
public override string Shortcut { get; set; }
Property Value
Title
Specifies the title (tooltip) displayed when the user hovers the tool. Set to "Underline"
by default.
[Parameter]
public string Title { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
RenderTreeBuilder