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.