Class WidgetDimensions
Inherited Members
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Widgets
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Widgets.dll
Syntax
public class WidgetDimensions
Constructors
WidgetDimensions(int, int)
Declaration
public WidgetDimensions(int width, int height)
Parameters
Type | Name | Description |
---|---|---|
int | width | |
int | height |
Properties
Height
Declaration
public int Height { get; }
Property Value
Type | Description |
---|---|
int |
Width
Declaration
public int Width { get; }
Property Value
Type | Description |
---|---|
int |