menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ResizeDirection - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ResizeDirection

    Specifies the direction of resizing in the SfDialog component.

    Inheritance
    System.Object
    ResizeDirection
    Namespace: Syncfusion.Blazor.Popups
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class ResizeDirection : Enum

    Fields

    All

    Defines the border resize of the dialog in all directions.

    Declaration
    public const ResizeDirection All
    Field Value
    Type
    ResizeDirection

    East

    Defines the border resize of the dialog in the east direction.

    Declaration
    public const ResizeDirection East
    Field Value
    Type
    ResizeDirection

    North

    Defines the border resize of the dialog in the north direction.

    Declaration
    public const ResizeDirection North
    Field Value
    Type
    ResizeDirection

    NorthEast

    Defines the edge resize of the dialog in the north-east direction.

    Declaration
    public const ResizeDirection NorthEast
    Field Value
    Type
    ResizeDirection

    NorthWest

    Defines the edge resize of the dialog in the north-west direction.

    Declaration
    public const ResizeDirection NorthWest
    Field Value
    Type
    ResizeDirection

    South

    Defines the border resize of the dialog in the south direction.

    Declaration
    public const ResizeDirection South
    Field Value
    Type
    ResizeDirection

    SouthEast

    Defines the edge resize of the dialog in the south-east direction.

    Declaration
    public const ResizeDirection SouthEast
    Field Value
    Type
    ResizeDirection

    SouthWest

    Defines the edge resize of the dialog in the south-west direction.

    Declaration
    public const ResizeDirection SouthWest
    Field Value
    Type
    ResizeDirection

    West

    Defines border resize of the dialog in the west direction.

    Declaration
    public const ResizeDirection West
    Field Value
    Type
    ResizeDirection
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved