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 RichTextEditorTextColorToolbarItem and RichTextEditorHighlightTextColorToolbarItem.
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 RichTextEditorColorPickerToolbarItem drop down list.
Declaration
protected virtual IList<Color> CreateDefaultColors()
Returns
System.Collections.Generic.IList<Microsoft.Maui.Graphics.Color>
|