Class VideoCommandsArgs
The class is used to configure video settings in the Rich Text Editor.
Inheritance
System.Object
VideoCommandsArgs
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class VideoCommandsArgs : Object
Constructors
VideoCommandsArgs()
Declaration
public VideoCommandsArgs()
Properties
CssClass
Gets or sets the class name to be added to the video to customize it.
Declaration
public string CssClass { get; set; }
Property Value
Type |
---|
System.String |
Height
Gets or sets the Height of the video tag.
Declaration
public CommandsHeight Height { get; set; }
Property Value
Type |
---|
CommandsHeight |
Url
Gets or sets the src attribute of the video.
Declaration
public string Url { get; set; }
Property Value
Type |
---|
System.String |
Width
Gets or sets the Width of the video tag.
Declaration
public CommandsWidth Width { get; set; }
Property Value
Type |
---|
CommandsWidth |