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