Class VideoToolbarItemModel
The class is used to configure quick toolbar items for video in the SfRichTextEditor.
Inheritance
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class VideoToolbarItemModel : Object
Remarks
This class is designed for the customization and control of operations involving video elements within the editor.
Constructors
VideoToolbarItemModel()
Declaration
public VideoToolbarItemModel()
Properties
Command
Gets or sets the command name of the video quick toolbar item.
Declaration
public VideoToolbarCommand Command { get; set; }
Property Value
Type | Description |
---|---|
VideoToolbarCommand | An instance of VideoToolbarCommand defining the action. |
Remarks
The Command property sets the particular task triggered when the video toolbar option is selected.
CssClass
Gets or sets the CSS class that can be added to customize the video quick toolbar item.
Declaration
public string CssClass { get; set; }
Property Value
Type | Description |
---|---|
System.String | A string of CSS classes used for visual customization. |
Remarks
CssClass is deployed to modify styles for video-specific quick toolbar functionalities.
TooltipText
Gets or sets the tooltip text of the video quick toolbar item.
Declaration
public string TooltipText { get; set; }
Property Value
Type | Description |
---|---|
System.String | A string with tooltip details. |
Remarks
TooltipText is employed to supply users with understanding of the toolbar options related to video elements.