menu

Blazor

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

    Show / Hide Table of Contents

    Class DialogDimension

    Provides the dimension data for the GetDimension() method.

    Inheritance
    System.Object
    DialogDimension
    Namespace: Syncfusion.Blazor.Popups
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class DialogDimension : Object
    Remarks

    This class holds the width and height of the dialog, which can be retrieved programmatically.

    Constructors

    DialogDimension()

    Declaration
    public DialogDimension()

    Properties

    Height

    Gets or sets the current height of the dialog in pixels.

    Declaration
    public int Height { get; set; }
    Property Value
    Type Description
    System.Int32

    An int representing the height of the dialog.

    Remarks

    This value corresponds to the runtime height of the dialog component.

    Width

    Gets or sets the current width of the dialog in pixels.

    Declaration
    public int Width { get; set; }
    Property Value
    Type Description
    System.Int32

    An int representing the width of the dialog.

    Remarks

    This value corresponds to the runtime width of the dialog component.

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