Class SetEmitTouchEventsForMouseCommandSettings
SetEmitTouchEventsForMouse
public sealed class SetEmitTouchEventsForMouseCommandSettings : ICommand
- Inheritance
-
SetEmitTouchEventsForMouseCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Configuration
Gets or sets the configuration
[JsonPropertyName("configuration")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Configuration { get; set; }
Property Value
Enabled
Gets or sets the enabled
[JsonPropertyName("enabled")]
public bool Enabled { get; set; }