Class SetFontSizesCommandSettings
Set default font sizes.
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
Specifies font sizes to set. If a font size is not specified, it won't be changed.
[JsonPropertyName("fontSizes")]
public FontSizes FontSizes { get; set; }