Vixen
02b45cc4
csharp
public enum Edge

One side of a box, or a group of them.

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

Remarks

Start and End are the writing-mode-relative pair and win over the physical Left and Right when both are set, which is what makes one stylesheet work in both directions.

Fields and properties (9)

  • Left

    The physical left.

  • Top

    The top.

  • Right

    The physical right.

  • Bottom

    The bottom.

  • Start

    The inline start — left in LTR, right in RTL.

  • End

    The inline end — right in LTR, left in RTL.

  • Horizontal

    Left and right together.

  • Vertical

    Top and bottom together.

  • All

    All four.

Used by (29)

  • LayoutBenchmarksVixen.Benchmarks.Ui
  • AbsolutePositionTestsVixen.Ui.Layout.Tests
  • AlignContentTestsVixen.Ui.Layout.Tests
  • AlignItemsTestsVixen.Ui.Layout.Tests
  • AndroidNewsFeedTestsVixen.Ui.Layout.Tests
  • AutoTestsVixen.Ui.Layout.Tests
  • BorderTestsVixen.Ui.Layout.Tests
  • BoxSizingTestsVixen.Ui.Layout.Tests
  • DisplayTestsVixen.Ui.Layout.Tests
  • DrawListBuilderVixen.Ui
  • FlexAxisVixen.Ui.Layout
  • FlexDirectionTestsVixen.Ui.Layout.Tests
  • FlexWrapTestsVixen.Ui.Layout.Tests
  • GapTestsVixen.Ui.Layout.Tests
  • JustifyContentTestsVixen.Ui.Layout.Tests
  • LayoutPassTestsVixen.Ui.Layout.Tests
  • LayoutStyleBridgeTestsVixen.Ui.Tests
  • LayoutStyleBuilderVixen.Ui
  • LayoutTreeVixen.Ui.Layout
  • LayoutTreeTestsVixen.Ui.Layout.Tests
  • MarginTestsVixen.Ui.Layout.Tests
  • PaddingTestsVixen.Ui.Layout.Tests
  • PanelSpecVixen.Ui.Layout.Tests
  • PercentageTestsVixen.Ui.Layout.Tests
  • RoundingTestsVixen.Ui.Layout.Tests
  • ScopedStyleTestsVixen.Ui.Tests
  • StaticPositionTestsVixen.Ui.Layout.Tests
  • StyleResolutionVixen.Ui.Layout
  • UiElementVixen.Ui