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.