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