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
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; }