Class ViewOrScrollTimeline
ViewOrScrollTimeline
public sealed class ViewOrScrollTimeline
- Inheritance
-
ViewOrScrollTimeline
- Inherited Members
Properties
Axis
axis
[JsonPropertyName("axis")]
public ScrollOrientation Axis { get; set; }
Property Value
EndOffset
endOffset
[JsonPropertyName("endOffset")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? EndOffset { get; set; }
Property Value
SourceNodeId
sourceNodeId
[JsonPropertyName("sourceNodeId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? SourceNodeId { get; set; }
Property Value
- long?
StartOffset
startOffset
[JsonPropertyName("startOffset")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? StartOffset { get; set; }
Property Value
SubjectNodeId
subjectNodeId
[JsonPropertyName("subjectNodeId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? SubjectNodeId { get; set; }
Property Value
- long?