Class RadzenHtmlEditorColor
A RadzenHtmlEditor tool which sets the text color of the selection.
Inheritance
System.Object
Radzen.Blazor.RadzenHtmlEditorButtonBase
Radzen.Blazor.RadzenHtmlEditorColorBase
RadzenHtmlEditorColor
Implements
IDisposable
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenHtmlEditorColor : RadzenHtmlEditorColorBase, IDisposable
Examples
<RadzenHtmlEditor @bind-Value=@html>
<RadzenHtmlEditorColor />
</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 "Text color"
by default.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
Specifies the default text color. Set to "rgb(255, 0, 0)"
by default;
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
IDisposable