Class SetVisibleSizeCommandSettings
SetVisibleSize
public sealed class SetVisibleSizeCommandSettings : ICommand
- Inheritance
-
SetVisibleSizeCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Height
Gets or sets the height
[JsonPropertyName("height")]
public long Height { get; set; }
Property Value
Width
Gets or sets the width
[JsonPropertyName("width")]
public long Width { get; set; }