Class SetShowDebugBordersCommandSettings
Requests that backend shows debug borders on layers
public sealed class SetShowDebugBordersCommandSettings : ICommand
- Inheritance
-
SetShowDebugBordersCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Show
True for showing debug borders
[JsonPropertyName("show")]
public bool Show { get; set; }