Class ResizableHandle
Specifies the dashboard panel’s resize handle position in the SfDashboardLayout component.
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 |
---|
ResizableHandle |
North
Specifies north direction.
Declaration
public const ResizableHandle North
Field Value
Type |
---|
ResizableHandle |
NorthEast
Specifies north-east direction.
Declaration
public const ResizableHandle NorthEast
Field Value
Type |
---|
ResizableHandle |
NorthWest
Specifies north-west direction.
Declaration
public const ResizableHandle NorthWest
Field Value
Type |
---|
ResizableHandle |
South
Specifies south direction.
Declaration
public const ResizableHandle South
Field Value
Type |
---|
ResizableHandle |
SouthEast
Specifies south-east direction.
Declaration
public const ResizableHandle SouthEast
Field Value
Type |
---|
ResizableHandle |
SouthWest
Specifies south-west direction.
Declaration
public const ResizableHandle SouthWest
Field Value
Type |
---|
ResizableHandle |
West
Specifies west direction.
Declaration
public const ResizableHandle West
Field Value
Type |
---|
ResizableHandle |