Class CommandsWidth
Provides settings to change the width of inserted image or video in the Rich Text Editor.
Inheritance
System.Object
CommandsWidth
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class CommandsWidth : Object
Constructors
CommandsWidth()
Declaration
public CommandsWidth()
Properties
MaxWidth
Gets or sets the MaxWidth.
Declaration
public string MaxWidth { get; set; }
Property Value
Type |
---|
System.String |
MinWidth
Gets or sets the MinWidth.
Declaration
public string MinWidth { get; set; }
Property Value
Type |
---|
System.String |
Width
Gets or sets the Width.
Declaration
public string Width { get; set; }
Property Value
Type |
---|
System.String |