menu

Blazor

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

    Show / Hide Table of Contents

    Class AudioToolbarCommand

    Defines types to be used to configure the toolbar items in the Audio Quick Toolbar.

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

    Applies settings for managing audio elements directly from within the editor.

    Fields

    AudioLayoutOption

    Defines the AudioToolbarCommand as Display.

    Declaration
    public const AudioToolbarCommand AudioLayoutOption
    Field Value
    Type Description
    AudioToolbarCommand

    Command to adjust the display settings of audio files.

    Remarks

    Changes how audio elements appear or are formatted in the content.

    AudioRemove

    Defines the AudioToolbarCommand as Remove.

    Declaration
    public const AudioToolbarCommand AudioRemove
    Field Value
    Type Description
    AudioToolbarCommand

    Command to delete audio files from the editor.

    Remarks

    Eliminates the selected audio file, clearing its slot in the editor.

    AudioReplace

    Defines the AudioToolbarCommand as Replace.

    Declaration
    public const AudioToolbarCommand AudioReplace
    Field Value
    Type Description
    AudioToolbarCommand

    Command to replace the current audio file with another.

    Remarks

    Opens a choice dialogue to replace the existing audio clip.

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