Class RichTextEditorToolbarPosition
Specifies the position of the toolbar in the SfRichTextEditor.
Inheritance
System.Object
RichTextEditorToolbarPosition
Namespace: Syncfusion.Maui.RichTextEditor
Assembly: Syncfusion.Maui.RichTextEditor.dll
Syntax
public sealed class RichTextEditorToolbarPosition : Enum
Fields
Bottom
Toolbar is positioned at the bottom of the editor.
Declaration
public const RichTextEditorToolbarPosition Bottom
Field Value
Type |
---|
RichTextEditorToolbarPosition |
Top
Toolbar is positioned at the top of the editor.
Declaration
public const RichTextEditorToolbarPosition Top
Field Value
Type |
---|
RichTextEditorToolbarPosition |