Class GetWindowBoundsCommandResponse
Response for GetWindowBounds
public sealed class GetWindowBoundsCommandResponse : ICommandResponse<GetWindowBoundsCommandSettings>, ICommandResponse- Inheritance
- 
      
      GetWindowBoundsCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Bounds
Gets or sets the bounds
[JsonPropertyName("bounds")]
public Bounds Bounds { get; set; }