Class GetLayoutMetricsCommandResponse
Response for GetLayoutMetrics
public sealed class GetLayoutMetricsCommandResponse : ICommandResponse<GetLayoutMetricsCommandSettings>, ICommandResponse
- Inheritance
-
GetLayoutMetricsCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
ContentSize
Gets or sets the contentSize
[JsonPropertyName("contentSize")]
public Rect ContentSize { get; set; }
Property Value
CssContentSize
Gets or sets the cssContentSize
[JsonPropertyName("cssContentSize")]
public Rect CssContentSize { get; set; }
Property Value
CssLayoutViewport
Gets or sets the cssLayoutViewport
[JsonPropertyName("cssLayoutViewport")]
public LayoutViewport CssLayoutViewport { get; set; }
Property Value
CssVisualViewport
Gets or sets the cssVisualViewport
[JsonPropertyName("cssVisualViewport")]
public VisualViewport CssVisualViewport { get; set; }
Property Value
LayoutViewport
Gets or sets the layoutViewport
[JsonPropertyName("layoutViewport")]
public LayoutViewport LayoutViewport { get; set; }
Property Value
VisualViewport
Gets or sets the visualViewport
[JsonPropertyName("visualViewport")]
public VisualViewport VisualViewport { get; set; }