Class SynthesizePinchGestureCommandSettings
SynthesizePinchGesture
public sealed class SynthesizePinchGestureCommandSettings : ICommand
- Inheritance
-
SynthesizePinchGestureCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
GestureSourceType
Gets or sets the gestureSourceType
[JsonPropertyName("gestureSourceType")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public GestureSourceType? GestureSourceType { get; set; }
Property Value
RelativeSpeed
Gets or sets the relativeSpeed
[JsonPropertyName("relativeSpeed")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? RelativeSpeed { get; set; }
Property Value
- long?
ScaleFactor
Gets or sets the scaleFactor
[JsonPropertyName("scaleFactor")]
public double ScaleFactor { get; set; }
Property Value
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; }