Vixen
02b45cc4
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 (5)

  • First

    :first-child.

  • Last

    :last-child.

  • Only

    :only-child.

  • Nth

    :nth-child(an+b).

  • NthLast

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

Used by (3)

  • SelectorCompilerVixen.Ui.Styling
  • SelectorMatcherVixen.Ui.Styling
  • SimpleSelectorVixen.Ui.Styling