Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ResizableHandle - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved