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