Class RichTextPasteType
Specifies the content type to paste from the clipboard.
Inheritance
System.Object
RichTextPasteType
Namespace: Telerik.XamarinForms.RichTextEditor
Assembly: Telerik.XamarinForms.RichTextEditor.dll
Syntax
public sealed class RichTextPasteType : Enum
Fields
Html
The content is pasted as an HTML text.
Declaration
public const RichTextPasteType Html
Field Value
RichTextPasteType
|
Text
The content is pasted as a plain text.
Declaration
public const RichTextPasteType Text
Field Value
RichTextPasteType
|
value__
Declaration
public int value__
Field Value
System.Int32
|