Class ElementSize
Represents the size of an element.
public class ElementSize
- Inheritance
-
ElementSize
- Inherited Members
- Extension Methods
Constructors
ElementSize()
public ElementSize()
Properties
Height
The height of the Element.
public required double Height { get; init; }
Property Value
Timestamp
The timestamp of the size change, used to help filter out of order events for server mode.
public long Timestamp { get; set; }
Property Value
Width
The width of the Element.
public required double Width { get; init; }