Represents the event arguments for image resize events in a spreadsheet.
Object
EventArgs
EventArgs.Empty
Namespace: Radzen.Blazor.Spreadsheet
Assembly: Radzen.Blazor.dll
public class ImageResizeEventArgs : EventArgsRepresents the event arguments for image resize events in a spreadsheet.
public ImageResizeEventArgs()Gets or sets the resize direction (nw, ne, sw, se).
public string Direction { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the resize direction (nw, ne, sw, se). |
Gets or sets the pointer event arguments.
public PointerEventArgs Pointer { get; set; }
| Type | Description |
|---|---|
| PointerEventArgs | Gets or sets the pointer event arguments. |