menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ToolbarPosition - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ToolbarPosition

    Defines the position of the toolbar in the Rich Text Editor.

    Inheritance
    System.Object
    ToolbarPosition
    Namespace: Syncfusion.Blazor.RichTextEditor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class ToolbarPosition : Enum
    Remarks

    Determines where the toolbar is rendered relative to the editor content, affecting the user interface layout.

    Fields

    Bottom

    Positions the toolbar at the Bottom of the editor.

    Declaration
    public const ToolbarPosition Bottom
    Field Value
    Type Description
    ToolbarPosition

    The toolbar is displayed below the content area.

    Remarks

    Useful for specialized layouts or when editing focus should be on the top portion of the content.

    Top

    Positions the toolbar at the Top of the editor.

    Declaration
    public const ToolbarPosition Top
    Field Value
    Type Description
    ToolbarPosition

    The toolbar is displayed above the content area.

    Remarks

    This is the default and conventional position for most editing interfaces.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved