Class DialogDimension
Provides the dimension data for the GetDimension() method.
Inherited Members
Namespace: Syncfusion.Blazor.Popups
Assembly: Syncfusion.Blazor.dll
Syntax
public class DialogDimension
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 |
|---|---|
| int | An |
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 |
|---|---|
| int | An |
Remarks
This value corresponds to the runtime width of the dialog component.