Class WidgetDimensions
Inheritance
object
WidgetDimensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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 |