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 |
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 |
Remarks
This value corresponds to the runtime width of the dialog component.