Class EditorColorPicker
- Namespace
- Radzen.Blazor.Rendering
- Assembly
- Radzen.Blazor.dll
public class EditorColorPicker : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
- Inheritance
-
EditorColorPicker
- Implements
-
- Inherited Members
-
Constructors
EditorColorPicker()
public EditorColorPicker()
Properties
AlphaText
[Parameter]
public string AlphaText { get; set; }
Property Value
- string
BlueText
[Parameter]
public string BlueText { get; set; }
Property Value
- string
ButtonText
[Parameter]
public string ButtonText { get; set; }
Property Value
- string
Change
[Parameter]
public EventCallback<string> Change { get; set; }
Property Value
- EventCallback<string>
ChildContent
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
- RenderFragment
Editor
[CascadingParameter]
public RadzenHtmlEditor Editor { get; set; }
Property Value
- RadzenHtmlEditor
EnabledModes
[Parameter]
public HtmlEditorMode EnabledModes { get; set; }
Property Value
- HtmlEditorMode
GreenText
[Parameter]
public string GreenText { get; set; }
Property Value
- string
HexText
[Parameter]
public string HexText { get; set; }
Property Value
- string
Icon
[Parameter]
public string Icon { get; set; }
Property Value
- string
IconColor
[Parameter]
public string IconColor { get; set; }
Property Value
- string
RedText
[Parameter]
public string RedText { get; set; }
Property Value
- string
[Parameter]
public bool ShowButton { get; set; }
Property Value
- bool
ShowColors
[Parameter]
public bool ShowColors { get; set; }
Property Value
- bool
ShowHSV
[Parameter]
public bool ShowHSV { get; set; }
Property Value
- bool
ShowRGBA
[Parameter]
public bool ShowRGBA { get; set; }
Property Value
- bool
Title
[Parameter]
public string Title { get; set; }
Property Value
- string
Value
[Parameter]
public string Value { get; set; }
Property Value
- string
ValueChanged
[Parameter]
public EventCallback<string> ValueChanged { get; set; }
Property Value
- EventCallback<string>
Methods
BuildRenderTree(RenderTreeBuilder)
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
RenderTreeBuilder