Enum ResizeDirection
Specifies the direction from which the SfDialog can be resized.
Namespace: Syncfusion.Blazor.Popups
Assembly: Syncfusion.Blazor.dll
Syntax
public enum ResizeDirection
Remarks
This enumeration controls which edges and corners of the dialog are active for resizing. To enable resizing, set EnableResize to true.
Fields
| Name | Description |
|---|---|
| All | Specifies that the dialog can be resized from all edges and corners. |
| East | Specifies that the dialog can be resized by dragging the right edge. |
| North | Specifies that the dialog can be resized by dragging the top edge. |
| NorthEast | Specifies that the dialog can be resized by dragging the top-right corner. |
| NorthWest | Specifies that the dialog can be resized by dragging the top-left corner. |
| South | Specifies that the dialog can be resized by dragging the bottom edge. |
| SouthEast | Specifies that the dialog can be resized by dragging the bottom-right corner. |
| SouthWest | Specifies that the dialog can be resized by dragging the bottom-left corner. |
| West | Specifies that the dialog can be resized by dragging the left edge. |