Files
radzen-blazor/Radzen.Blazor/RadzenHtmlEditorBackground.razor

7 lines
389 B
Plaintext

@using Radzen.Blazor.Rendering
@inherits RadzenHtmlEditorColorBase
<EditorColorPicker Title=@Title @bind-Value=@value Icon="opacity" Change=@OnChange ShowHSV=@ShowHSV ShowRGBA=@ShowRGBA
ShowColors=@ShowColors ShowButton=@ShowButton HexText=@HexText RedText=@RedText GreenText=@GreenText
BlueText=@BlueText AlphaText=@AlphaText ButtonText=@ButtonText ChildContent=@ChildContent />