Class ImageDisplay
Defines the display of images in an editor.
Inheritance
System.Object
ImageDisplay
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class ImageDisplay : Enum
Remarks
Specifies how inserted images should appear - inline with text or as separate blocks.
Fields
Break
Inserting an image into the editor makes it appear as a break style.
Declaration
public const ImageDisplay Break
Field Value
Type | Description |
---|---|
ImageDisplay | Break style image display, separate from text. |
Remarks
Ideal for images that need clear separation from surrounding content.
Inline
Inserting an image into the editor makes it appear as inline style.
Declaration
public const ImageDisplay Inline
Field Value
Type | Description |
---|---|
ImageDisplay | Inline display of images, aligning with text flow. |
Remarks
Best for embedding images without disrupting text flow.