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
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 |
---|
System.String |
Url
Gets or sets the src attribute of the audio.
Declaration
public string Url { get; set; }
Property Value
Type |
---|
System.String |