Class RadzenHtmlEditorAlignCenter
A RadzenHtmlEditor tool which centers the selection.
Inheritance
System.Object
Radzen.Blazor.RadzenHtmlEditorButtonBase
RadzenHtmlEditorAlignCenter
Implements
IDisposable
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenHtmlEditorAlignCenter : RadzenHtmlEditorButtonBase, IDisposable
Examples
<RadzenHtmlEditor @bind-Value=@html>
<RadzenHtmlEditorAlignCenter />
</RadzenHtmlEdito>
@code {
string html = "@lt;strong>Hello</strong> world!";
}
Properties
CommandName
Declaration
protected override string CommandName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Radzen.Blazor.RadzenHtmlEditorButtonBase.CommandName
Title
Specifies the title (tooltip) displayed when the user hovers the tool. Set to "Align center"
by default.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
IDisposable