Class SetShowViewportSizeOnResizeCommandSettings
SetShowViewportSizeOnResize
public sealed class SetShowViewportSizeOnResizeCommandSettings : ICommand
- Inheritance
-
SetShowViewportSizeOnResizeCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Show
Gets or sets the show
[JsonPropertyName("show")]
public bool Show { get; set; }