Class RichTextEditorColorPickerToolbarItem
Allows picking a specific color from a collection of colors. Base class for RichTextEditor toolbar items which work with picking color, such as
Rich
Inheritance
System.Object
RichTextEditorColorPickerToolbarItem
Inherited Members
Namespace: Telerik.Maui.Controls.RichTextEditor
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RichTextEditorColorPickerToolbarItem : RichTextEditorListPickerButtonToolbarItem
Constructors
RichTextEditorColorPickerToolbarItem()
Declaration
public RichTextEditorColorPickerToolbarItem()
Methods
CreateDefaultColors()
Returns the default collection of colors to be used inside the Rich
Declaration
protected virtual IList<Color> CreateDefaultColors()
Returns
System.
|