menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ImageDisplay - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved