Enum ImageDisplay
Defines the display of images in an editor.
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public enum ImageDisplay
Remarks
Specifies how inserted images should appear - inline with text or as separate blocks.
Fields
| Name | Description |
|---|---|
| Break | Inserting an image into the editor makes it appear as a break style. |
| Inline | Inserting an image into the editor makes it appear as inline style. |