Enum DisplayLayoutOptions
Specifies the default display style for audio or video media files when inserted into the editor.
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public enum DisplayLayoutOptions
Remarks
Controls whether media files appear inline with text or as standalone blocks.
Fields
| Name | Description |
|---|---|
| Break | Inserting an audio or video media file results in a break style. |
| Inline | Inserting an audio or video media file results in an inline style. |