Class ImageDisplay
Defines display of image in an editor.
Inheritance
System.Object
ImageDisplay
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class ImageDisplay : Enum
Fields
Break
When inserting an image into the editor and it inserts as an break style.
Declaration
public const ImageDisplay Break
Field Value
Type |
---|
ImageDisplay |
Inline
When inserting an image into the editor and it inserts as an inline style.
Declaration
public const ImageDisplay Inline
Field Value
Type |
---|
ImageDisplay |