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 |