Class ResizeDirection
Defines the resize handles in the dialog.
Inheritance
System.Object
ResizeDirection
Namespace: Syncfusion.Blazor.Popups
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class ResizeDirection : Enum
Fields
All
Defines border resize of the dialog in all the direction.
Declaration
public const ResizeDirection All
Field Value
Type | Description |
---|---|
ResizeDirection |
East
Defines border resize of the dialog in the south direction.
Declaration
public const ResizeDirection East
Field Value
Type | Description |
---|---|
ResizeDirection |
North
Defines border resize of the dialog in the south direction.
Declaration
public const ResizeDirection North
Field Value
Type | Description |
---|---|
ResizeDirection |
NorthEast
Defines edge resize of the dialog in the north east direction.
Declaration
public const ResizeDirection NorthEast
Field Value
Type | Description |
---|---|
ResizeDirection |
NorthWest
Defines edge resize of the dialog in the north west direction.
Declaration
public const ResizeDirection NorthWest
Field Value
Type | Description |
---|---|
ResizeDirection |
South
Defines border resize of the dialog in the south direction.
Declaration
public const ResizeDirection South
Field Value
Type | Description |
---|---|
ResizeDirection |
SouthEast
Defines edge resize of the dialog in the south east direction.
Declaration
public const ResizeDirection SouthEast
Field Value
Type | Description |
---|---|
ResizeDirection |
SouthWest
Defines edge resize of the dialog in the south west direction.
Declaration
public const ResizeDirection SouthWest
Field Value
Type | Description |
---|---|
ResizeDirection |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |
West
Defines border resize of the dialog in the south direction.
Declaration
public const ResizeDirection West
Field Value
Type | Description |
---|---|
ResizeDirection |