Vixen
02b45cc4
csharp
public enum BoxSizing

What width and height measure.

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

Fields and properties (2)

  • BorderBox

    The border box: padding and border are inside the given size.

  • ContentBox

    The content box: padding and border are added to the given size.

Used by (7)

  • BoxSizingTestsVixen.Ui.Layout.Tests
  • KeywordsVixen.Ui
  • LayoutStyleVixen.Ui.Layout
  • LayoutStyleBridgeTestsVixen.Ui.Tests
  • LayoutStyleBuilderVixen.Ui
  • LayoutTreeVixen.Ui.Layout
  • StyleResolutionVixen.Ui.Layout