Enum ToolbarPosition
Specifies the placement options for the footer toolbar in the editor.
Namespace: Syncfusion.Blazor.InteractiveChat
Assembly: Syncfusion.Blazor.dll
Syntax
public enum ToolbarPosition
Remarks
Use this enumeration to control where the editor's footer toolbar is rendered relative to the editable content area.
Fields
| Name | Description |
|---|---|
| Bottom | Displays the toolbar at the bottom of the edit area. |
| Inline | Displays the toolbar inline with the content. |