Table of Contents

Class BaseArea

Namespace
Whim.SliceLayout
Assembly
Whim.SliceLayout.dll
Represents an area in the layout engine.
public abstract record BaseArea : IArea, IEquatable<BaseArea>
Inheritance
BaseArea
Implements
Derived
Inherited Members

Properties

IsRow

When true, its children are arranged horizontally. Otherwise, they are arranged vertically.
public bool IsRow { get; protected set; }

Property Value

bool