Vixen
dd8b0a81
csharp
public enum PositionTest

Which position-in-parent test a Position is.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (10)

  • First

    :first-child.

  • Last

    :last-child.

  • Only

    :only-child.

  • Nth

    :nth-child(an+b).

  • NthLast

    :nth-last-child(an+b).

  • FirstOfType

    :first-of-type.

  • LastOfType

    :last-of-type.

  • OnlyOfType

    :only-of-type.

  • NthOfType

    :nth-of-type(an+b).

  • NthLastOfType

    :nth-last-of-type(an+b).

Used by (4)

  • SelectorCompilerVixen.Ui.Styling
  • SelectorMatcherVixen.Ui.Styling
  • SelectorSurfaceSweepTestsVixen.Ui.Styling.Tests
  • SimpleSelectorVixen.Ui.Styling