Enum ToolbarPosition
Defines the position of the toolbar in the Rich Text Editor.
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public enum ToolbarPosition
Remarks
Determines where the toolbar is rendered relative to the editor content, affecting the user interface layout.
Fields
| Name | Description |
|---|---|
| Bottom | Positions the toolbar at the Bottom of the editor. |
| Top | Positions the toolbar at the Top of the editor. |