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