csharp
public enum BoxSizingWhat width and height measure.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (2)
BorderBoxThe border box: padding and border are inside the given size.
ContentBoxThe content box: padding and border are added to the given size.
Used by (10)
- BoxSizingTestsVixen.Ui.Layout.Tests
- ContentSizingTestsVixen.Ui.Layout.Tests
- FlexibleLengthResolutionTestsVixen.Ui.Layout.Tests
- KeywordsVixen.Ui
- LayoutStyleVixen.Ui.Layout
- LayoutStyleBridgeTestsVixen.Ui.Tests
- LayoutStyleBuilderVixen.Ui
- LayoutTreeVixen.Ui.Layout
- StyleResolutionVixen.Ui.Layout
- TaffyStyleMapVixen.Ui.Layout.Tests