Class RadzenHtmlEditorColorBase
Base class that RadzenHtmlEditor color picker tools inherit from.
public abstract class RadzenHtmlEditorColorBase : RadzenHtmlEditorButtonBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
- Inheritance
-
RadzenHtmlEditorColorBase
- Implements
- Derived
- Inherited Members
Constructors
RadzenHtmlEditorColorBase()
protected RadzenHtmlEditorColorBase()
Properties
AlphaText
Sets AlphaText of the built-in RadzenColorPicker.
[Parameter]
public string AlphaText { get; set; }
Property Value
BlueText
Sets BlueText of the built-in RadzenColorPicker.
[Parameter]
public string BlueText { get; set; }
Property Value
ButtonText
Sets ButtonText of the built-in RadzenColorPicker.
[Parameter]
public string ButtonText { get; set; }
Property Value
ChildContent
Gets or sets the child content.
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
- RenderFragment
The child content.
GreenText
Sets GreenText of the built-in RadzenColorPicker.
[Parameter]
public string GreenText { get; set; }
Property Value
HexText
Sets HexText of the built-in RadzenColorPicker.
[Parameter]
public string HexText { get; set; }
Property Value
RedText
Sets RedText of the built-in RadzenColorPicker.
[Parameter]
public string RedText { get; set; }
Property Value
ShowButton
Sets ShowButton of the built-in RadzenColorPicker.
[Parameter]
public bool ShowButton { get; set; }
Property Value
ShowColors
Sets ShowColors of the built-in RadzenColorPicker.
[Parameter]
public bool ShowColors { get; set; }
Property Value
ShowHSV
Sets ShowHSV of the built-in RadzenColorPicker.
[Parameter]
public bool ShowHSV { get; set; }
Property Value
ShowRGBA
Sets ShowRGBA of the built-in RadzenColorPicker.
[Parameter]
public bool ShowRGBA { get; set; }
Property Value
Methods
OnChange(string)
Handles the change event of built-in RadzenColorPicker.
protected Task OnChange(string value)
Parameters
value
stringThe new color.