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