A component that lets you pick a color inline with Gradient and Palette views, without a popup. Supports apply/cancel actions, size variants, ARIA labeling and keyboard focus handling, and integration with TelerikColorPicker; exposes FlatColorPickerViews to customize the available views.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class TelerikFlatColorPicker : ColorEditorBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentTelerikInputBase<string>ColorEditorBaseTelerikFlatColorPicker...
Implements:
Inherited Members
Constructors
C#
public TelerikFlatColorPicker()
Methods
C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
C#
public override void Dispose()
Overrides:
Properties
Container of the flatcolorpicker views. Children: FlatColorPickerGradientView and FlatColorPickerPaletteView tags.
C#
[Parameter]
public RenderFragment FlatColorPickerViews { get; set; }