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