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