Class AudioCommandsArgs
The class is used to configure audio settings in the Rich Text Editor.
Inheritance
System.Object
AudioCommandsArgs
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class AudioCommandsArgs : Object
Remarks
This class manages audio attributes such as source URL and customization properties affecting its display and function.
Constructors
AudioCommandsArgs()
Declaration
public AudioCommandsArgs()
Properties
CssClass
Gets or sets the class name to be added to the audio to customize it.
Declaration
public string CssClass { get; set; }
Property Value
Type | Description |
---|---|
System.String | A string specifying CSS class definitions. |
Remarks
CssClass allows for the modification of audio elements' appearance through custom styling properties.
Url
Gets or sets the src attribute of the audio.
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String | A string denoting the audio file source. |
Remarks
Url sets the audio content source, determining what sound file is associated with the editor element.