Show / Hide Table of Contents

Class Size

Inheritance
System.Object
Size
Implements
JsonSerializable
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public class Size : Object, JsonSerializable

Constructors

Size()

Declaration
public Size()

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
Type Name Description
SerializationContext c
System.String propertyName

Implements

JsonSerializable