Class SetShowViewportSizeOnResizeCommandSettings
Paints viewport size upon main frame resize.
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
Whether to paint size or not.
[JsonPropertyName("show")]
public bool Show { get; set; }