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
Fields
Break
When inserting an audio or video media file into the editor and it inserts as a break style.
Declaration
public const DisplayLayoutOptions Break
Field Value
Type |
---|
DisplayLayoutOptions |
Inline
When inserting an audio or video media file into the editor and it inserts as an inline style.
Declaration
public const DisplayLayoutOptions Inline
Field Value
Type |
---|
DisplayLayoutOptions |