ClassRichTextEditorColorPickerToolbarItem
Class
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.
Definition
Namespace:Telerik.Maui.Controls.RichTextEditor
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class RichTextEditorColorPickerToolbarItem : RichTextEditorListPickerButtonToolbarItem
Inheritance: objectToolbarItemLabelToolbarItemButtonToolbarItemDropDownButtonToolbarItemDropDownListButtonToolbarItemListPickerButtonToolbarItemRichTextEditorListPickerButtonToolbarItemRichTextEditorColorPickerToolbarItem
Derived Classes:
Inherited Members
Constructors
RichTextEditorColorPickerToolbarItem()
Declaration
cs-api-definition
public RichTextEditorColorPickerToolbarItem()
Methods
CreateDefaultColors()
Returns the default collection of colors to be used inside the RichTextEditorColorPickerToolbarItem drop down list.
Declaration
cs-api-definition
protected virtual IList<Color> CreateDefaultColors()
Returns
IList<Color>