Class LayoutViewport
Layout viewport position and dimensions.
public sealed class LayoutViewport
- Inheritance
-
LayoutViewport
- Inherited Members
Properties
ClientHeight
Height (CSS pixels), excludes scrollbar if present.
[JsonPropertyName("clientHeight")]
public long ClientHeight { get; set; }
Property Value
ClientWidth
Width (CSS pixels), excludes scrollbar if present.
[JsonPropertyName("clientWidth")]
public long ClientWidth { get; set; }
Property Value
PageX
Horizontal offset relative to the document (CSS pixels).
[JsonPropertyName("pageX")]
public long PageX { get; set; }
Property Value
PageY
Vertical offset relative to the document (CSS pixels).
[JsonPropertyName("pageY")]
public long PageY { get; set; }