Class ImageCommandsArgs
The class is used to configure image settings in the Rich Text Editor.
Inheritance
System.Object
ImageCommandsArgs
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class ImageCommandsArgs : Object
Constructors
ImageCommandsArgs()
Declaration
public ImageCommandsArgs()
Properties
AltText
Defines the alternate text attribute of the image.
Declaration
public string AltText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CssClass
Defines the class name to be added to the image.
Declaration
public string CssClass { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Height
Defines the MinHeight, MaxHeight and Height of the image.
Declaration
public CommandsHeight Height { get; set; }
Property Value
Type | Description |
---|---|
CommandsHeight |
Url
Defines the src attribute of the image.
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Width
Defines the MinWidth, MaxWidth and Width of the image.
Declaration
public CommandsWidth Width { get; set; }
Property Value
Type | Description |
---|---|
CommandsWidth |