Class ImageInputSource
Defines the source of the image input in the Rich Text Editor.
Inheritance
System.Object
ImageInputSource
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class ImageInputSource : Enum
Fields
Dropped
The image input source is Dropped.
Declaration
public const ImageInputSource Dropped
Field Value
Type |
---|
ImageInputSource |
Pasted
The image input source is Pasted.
Declaration
public const ImageInputSource Pasted
Field Value
Type |
---|
ImageInputSource |
Uploaded
The image input source is Uploaded.
Declaration
public const ImageInputSource Uploaded
Field Value
Type |
---|
ImageInputSource |