Class ProfileSnapshotCommandSettings
ProfileSnapshot
public sealed class ProfileSnapshotCommandSettings : ICommand- Inheritance
- 
      
      ProfileSnapshotCommandSettings
- Implements
- Inherited Members
Properties
ClipRect
Gets or sets the clipRect
[JsonPropertyName("clipRect")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public Rect? ClipRect { get; set; }Property Value
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }Property Value
MinDuration
Gets or sets the minDuration
[JsonPropertyName("minDuration")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? MinDuration { get; set; }Property Value
MinRepeatCount
Gets or sets the minRepeatCount
[JsonPropertyName("minRepeatCount")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? MinRepeatCount { get; set; }Property Value
- long?
SnapshotId
Gets or sets the snapshotId
[JsonPropertyName("snapshotId")]
public string SnapshotId { get; set; }