Class ResizableHandle
Defines the dashboard panels resize handle position.
Inheritance
System.Object
ResizableHandle
Namespace: Syncfusion.Blazor.Layouts
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class ResizableHandle : Enum
Fields
East
Specifies east direction.
Declaration
public const ResizableHandle East
Field Value
Type | Description |
---|---|
ResizableHandle |
North
Specifies north direction.
Declaration
public const ResizableHandle North
Field Value
Type | Description |
---|---|
ResizableHandle |
NorthEast
Specifies north east direction.
Declaration
public const ResizableHandle NorthEast
Field Value
Type | Description |
---|---|
ResizableHandle |
NorthWest
Specifies north west direction.
Declaration
public const ResizableHandle NorthWest
Field Value
Type | Description |
---|---|
ResizableHandle |
South
Specifies south direction.
Declaration
public const ResizableHandle South
Field Value
Type | Description |
---|---|
ResizableHandle |
SouthEast
Specifies south east direction.
Declaration
public const ResizableHandle SouthEast
Field Value
Type | Description |
---|---|
ResizableHandle |
SouthWest
Specifies south west direction.
Declaration
public const ResizableHandle SouthWest
Field Value
Type | Description |
---|---|
ResizableHandle |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |
West
Specifies west direction.
Declaration
public const ResizableHandle West
Field Value
Type | Description |
---|---|
ResizableHandle |