alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Enum ResizeDirection

    Specifies the direction from which the SfDialog can be resized.

    Namespace: Syncfusion.Blazor.Popups
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public enum ResizeDirection
    Remarks

    This enumeration controls which edges and corners of the dialog are active for resizing. To enable resizing, set EnableResize to true.

    Fields

    Name Description
    All

    Specifies that the dialog can be resized from all edges and corners.

    East

    Specifies that the dialog can be resized by dragging the right edge.

    North

    Specifies that the dialog can be resized by dragging the top edge.

    NorthEast

    Specifies that the dialog can be resized by dragging the top-right corner.

    NorthWest

    Specifies that the dialog can be resized by dragging the top-left corner.

    South

    Specifies that the dialog can be resized by dragging the bottom edge.

    SouthEast

    Specifies that the dialog can be resized by dragging the bottom-right corner.

    SouthWest

    Specifies that the dialog can be resized by dragging the bottom-left corner.

    West

    Specifies that the dialog can be resized by dragging the left edge.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved