menu

Blazor

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

    Show / Hide Table of Contents

    Class DisplayLayoutOptions

    Specifies the default display style for audio or video media files when inserted into the editor.

    Inheritance
    System.Object
    DisplayLayoutOptions
    Namespace: Syncfusion.Blazor.RichTextEditor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class DisplayLayoutOptions : Enum
    Remarks

    Controls whether media files appear inline with text or as standalone blocks.

    Fields

    Break

    Inserting an audio or video media file results in a break style.

    Declaration
    public const DisplayLayoutOptions Break
    Field Value
    Type Description
    DisplayLayoutOptions

    Break style media display.

    Remarks

    Best for media requiring prominence or separation from text.

    Inline

    Inserting an audio or video media file results in an inline style.

    Declaration
    public const DisplayLayoutOptions Inline
    Field Value
    Type Description
    DisplayLayoutOptions

    Inline media display with surrounding text.

    Remarks

    Maintains seamless integration into the content's flow.

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