A RadzenHtmlEditor tool which sets the background color of the selection.
Object
ComponentBase
RadzenHtmlEditorButtonBase
RadzenHtmlEditorColorBase
IComponent
IHandleEvent
IHandleAfterRender
RadzenHtmlEditorColorBase.OnChange
RadzenHtmlEditorColorBase.OnInitialized
RadzenHtmlEditorColorBase.SetParametersAsync
RadzenHtmlEditorColorBase.ShowHSV
RadzenHtmlEditorColorBase.ShowRGBA
RadzenHtmlEditorColorBase.ChildContent
RadzenHtmlEditorColorBase.ShowColors
RadzenHtmlEditorColorBase.ShowButton
RadzenHtmlEditorColorBase.HexText
RadzenHtmlEditorColorBase.RedText
RadzenHtmlEditorColorBase.GreenText
RadzenHtmlEditorColorBase.BlueText
RadzenHtmlEditorColorBase.AlphaText
RadzenHtmlEditorColorBase.ButtonText
RadzenHtmlEditorColorBase.value
RadzenHtmlEditorButtonBase.OnClick
RadzenHtmlEditorButtonBase.Dispose
RadzenHtmlEditorButtonBase.Editor
RadzenHtmlEditorButtonBase.Shortcut
ComponentBase.OnInitializedAsync
ComponentBase.OnParametersSet
ComponentBase.OnParametersSetAsync
ComponentBase.StateHasChanged
ComponentBase.ShouldRender
ComponentBase.OnAfterRender
ComponentBase.OnAfterRenderAsync
ComponentBase.InvokeAsync
ComponentBase.DispatchExceptionAsync
ComponentBase.RendererInfo
ComponentBase.Assets
ComponentBase.AssignedRenderMode
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
public class RadzenHtmlEditorBackground : RadzenHtmlEditorColorBase, IComponent, IHandleEvent, IHandleAfterRender<RadzenHtmlEditor @bind-Value=@html>
<RadzenHtmlEditorBackground />
</RadzenHtmlEdito>
@code {
string html = "@lt;strong>Hello</strong> world!";
}A RadzenHtmlEditor tool which sets the background color of the selection.
public RadzenHtmlEditorBackground()protected string CommandName { get; }
| Type | Description |
|---|---|
| string |
Specifies the title (tooltip) displayed when the user hovers the tool. Set to "Background color" by default.
public string Title { get; set; }
| Type | Description |
|---|---|
| string | Specifies the title (tooltip) displayed when the user hovers the tool. Set to "Background color" by default. |
Specifies the default background color. Set to "rgb(0, 0, 255)" by default;
public string Value { get; set; }
| Type | Description |
|---|---|
| string | Specifies the default background color. Set to "rgb(0, 0, 255)" by default; |
protected override void BuildRenderTree(Rendering.RenderTreeBuilder __builder)
| Type | Name | Description |
|---|---|---|
| Rendering.RenderTreeBuilder | __builder |