Specifies the content type to paste from the clipboard.
Definition
Namespace:Telerik.Maui.Controls.RichTextEditor
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public enum RichTextPasteType
Fields
The content is pasted as an HTML text.
C#
Html = 0
The content is pasted as a plain text.
C#
Text = 1