Table of Contents

Interface IArea

Namespace
Whim.SliceLayout
Assembly
Whim.SliceLayout.dll
Represents an area in the layout engine.
public interface IArea

Properties

IsRow

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

Property Value

bool