Table of Contents

Class OverflowArea

Namespace
Whim.SliceLayout
Assembly
Whim.SliceLayout.dll
An area that can have an infinite number of IWindows as a child. There can be only one OverflowArea in a layout engine - any additional OverflowAreas will be ignored. OverflowAreas implicitly are the last area in the layout engine, in comparison to all SliceAreas.
public record OverflowArea : BaseSliceArea, IArea, IEquatable<BaseArea>, IEquatable<BaseSliceArea>, IEquatable<OverflowArea>
Inheritance
OverflowArea
Implements
Inherited Members

Constructors

OverflowArea(bool)

Creates a new OverflowArea.
public OverflowArea(bool isRow = false)

Parameters

isRow bool