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