Vixen
dd8b0a81
csharp
public static class LayoutLimits

The fixed sizes the layout store is built around.

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

Fields and properties (3)

  • public const int MaximumCachedMeasurements

    How many measurements one node remembers.

  • public const int MaximumLayoutDepth

    How many times a subtree may be re-entered before layout is declared non-terminating.

  • public const int MaximumGridTracks

    How many tracks one axis of one grid may have.

Used by (4)

  • CachedMeasurementsVixen.Ui.Layout
  • GridTrackListVixen.Ui.Layout
  • LayoutTreeVixen.Ui.Layout
  • TaffyTrackListParserTestsVixen.Ui.Layout.Tests