Class ResizeArgs
Provides information about OnResizeStart or OnResizeStop events being raised.
Inheritance
System.Object
ResizeArgs
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class ResizeArgs : Object
Constructors
ResizeArgs()
Declaration
public ResizeArgs()
Properties
Cancel
Gets or sets whether the element resize action should be cancel or not.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
RequestType
Gets the whether the element resize start or resize stop event raised.
Declaration
public string RequestType { get; set; }
Property Value
Type | Description |
---|---|
System.String | Accepts the string value. |