Class SetDockTileCommandSettings
SetDockTile
public sealed class SetDockTileCommandSettings : ICommand
- Inheritance
-
SetDockTileCommandSettings
- Implements
- Inherited Members
Properties
BadgeLabel
Gets or sets the badgeLabel
[JsonPropertyName("badgeLabel")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string BadgeLabel { get; set; }
Property Value
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Image
Gets or sets the image
[JsonPropertyName("image")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Image { get; set; }