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