Class DispatchDragEventCommandSettings
DispatchDragEvent
public sealed class DispatchDragEventCommandSettings : ICommand
- Inheritance
-
DispatchDragEventCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Data
Gets or sets the data
[JsonPropertyName("data")]
public DragData Data { get; set; }
Property Value
Modifiers
Gets or sets the modifiers
[JsonPropertyName("modifiers")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? Modifiers { get; set; }
Property Value
- long?
Type
Gets or sets the type
[JsonPropertyName("type")]
public string Type { 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; }