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 data for GetDimension method.

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

    Constructors

    DialogDimension()

    Declaration
    public DialogDimension()

    Properties

    Height

    Defines the current height of the dialog.

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

    System.Int32

    Width

    Defines the current width of the dialog.

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

    System.Int32

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