Class SetWindowBoundsCommandSettings
SetWindowBounds
public sealed class SetWindowBoundsCommandSettings : ICommand- Inheritance
- 
      
      SetWindowBoundsCommandSettings
- Implements
- Inherited Members
Properties
Bounds
Gets or sets the bounds
[JsonPropertyName("bounds")]
public Bounds Bounds { get; set; }Property Value
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }Property Value
WindowId
Gets or sets the windowId
[JsonPropertyName("windowId")]
public long WindowId { get; set; }