ImageCommandArgs
Class
Command arguments for manipulating images.
Definition
Namespace:Telerik.Blazor.Components.Editor
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class ImageCommandArgs : ToolCommandArgsBase
Inheritance: objectToolCommandArgsBaseImageCommandArgs
Inherited Members
Constructors
C#
public ImageCommandArgs()
Properties
The value of the height attribute of the img tag.
C#
[JsonConverter(typeof(ImageCommandDimensionsJsonConverter))]
public string Height { get; set; }