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