Class Size
Inheritance
System.Object
Size
Assembly: IgniteUI.Blazor.dll
Syntax
public class Size : Object, JsonSerializable
Constructors
Size()
Declaration
Size(Double, Double)
Declaration
public Size(double width, double height)
Parameters
| Type |
Name |
Description |
| System.Double |
width |
|
| System.Double |
height |
|
Properties
Height
Declaration
public double Height { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Width
Declaration
public double Width { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Methods
Serialize(SerializationContext, String)
Declaration
public void Serialize(SerializationContext c, string propertyName = null)
Parameters
Implements