Vixen
dd8b0a81
csharp
public readonly record struct GridAutoRepeatSpan

Where a track list's one automatic repetition sits, if it has one.

Read the guide page for this →

Fields and properties (4)

  • public GridAutoRepeat Kind

    Which kind of automatic repetition, or None.

  • public int Index

    Where the single written-out repetition begins, or −1.

  • public int Count

    How many tracks one repetition holds, or zero.

  • public static GridAutoRepeatSpan None

    A list with no automatic repetition.

Methods (1)

  • public GridAutoRepeatSpan(GridAutoRepeat Kind, int Index, int Count)

    Where a track list's one automatic repetition sits, if it has one.

Used by (3)

  • GridTrackListVixen.Ui.Layout
  • TaffyTrackListParserVixen.Ui.Layout.Tests
  • TrackListPropertyVixen.Ui