Interfaces
Size
The Size interface describes abstract dimensions in two dimensional space. It has two properties width and height, representing the width and height values o...
Defined in: ui/core/view/view-interfaces.ts
The Size interface describes abstract dimensions in two dimensional space. It has two properties width and height, representing the width and height values of the size.
Properties
height
height: number;Defined in: ui/core/view/view-interfaces.ts
Represents the height of the size.
width
width: number;Defined in: ui/core/view/view-interfaces.ts
Represents the width of the size.
- Previous
- ShownModallyData
- Next
- StrokeCSSValues