Class VideoToolbarCommand
Defines types to be used to configure the toolbar items in the Video Quick Toolbar.
Inheritance
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class VideoToolbarCommand : Enum
Remarks
Provides video management commands that enhance media integration into documents.
Fields
HorizontalSeparator
Defines the VideoToolbarCommand as HorizontalSeparator.
Declaration
public const VideoToolbarCommand HorizontalSeparator
Field Value
Type | Description |
---|---|
VideoToolbarCommand | Separator for organizing video toolbar options. |
Remarks
Divides video options into clear, manageable sections.
VideoAlign
Defines the VideoToolbarCommand as Align.
Declaration
public const VideoToolbarCommand VideoAlign
Field Value
Type | Description |
---|---|
VideoToolbarCommand | Command for aligning video elements within the editor. |
Remarks
Adjusts the positioning of video content relative to surrounding text or elements.
VideoDimension
Defines the VideoToolbarCommand as Dimension.
Declaration
public const VideoToolbarCommand VideoDimension
Field Value
Type | Description |
---|---|
VideoToolbarCommand | Command to specify or change the dimensions of a video. |
Remarks
Adjusts video size by setting specific width and height parameters.
VideoLayoutOption
Defines the VideoToolbarCommand as Display.
Declaration
public const VideoToolbarCommand VideoLayoutOption
Field Value
Type | Description |
---|---|
VideoToolbarCommand | Command to change the display settings for video files. |
Remarks
Modifies how video elements appear, ensuring compatibility with desired formats.
VideoRemove
Defines the VideoToolbarCommand as Remove.
Declaration
public const VideoToolbarCommand VideoRemove
Field Value
Type | Description |
---|---|
VideoToolbarCommand | Command to delete videos from the editor. |
Remarks
Removes the selected video file from the document, freeing up space for other content.
VideoReplace
Defines the VideoToolbarCommand as Replace.
Declaration
public const VideoToolbarCommand VideoReplace
Field Value
Type | Description |
---|---|
VideoToolbarCommand | Command to swap the current video with another. |
Remarks
Initiates a process to choose a video replacement.