Class SetShowWindowControlsOverlayCommandSettings
SetShowWindowControlsOverlay
public sealed class SetShowWindowControlsOverlayCommandSettings : ICommand- Inheritance
- 
      
      SetShowWindowControlsOverlayCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }Property Value
WindowControlsOverlayConfig
Gets or sets the windowControlsOverlayConfig
[JsonPropertyName("windowControlsOverlayConfig")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public WindowControlsOverlayConfig? WindowControlsOverlayConfig { get; set; }