Class SynthesizeTapGestureCommandSettings
SynthesizeTapGesture
public sealed class SynthesizeTapGestureCommandSettings : ICommand
- Inheritance
-
SynthesizeTapGestureCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Duration
Gets or sets the duration
[JsonPropertyName("duration")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? Duration { get; set; }
Property Value
- long?
GestureSourceType
Gets or sets the gestureSourceType
[JsonPropertyName("gestureSourceType")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public GestureSourceType? GestureSourceType { get; set; }
Property Value
TapCount
Gets or sets the tapCount
[JsonPropertyName("tapCount")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? TapCount { get; set; }
Property Value
- long?
X
Gets or sets the x
[JsonPropertyName("x")]
public double X { get; set; }
Property Value
Y
Gets or sets the y
[JsonPropertyName("y")]
public double Y { get; set; }