Table of Contents

Struct LayoutMeasurements

Namespace
Xui.Core.UI
Assembly
Xui.Core.dll

Per-view results written by an update. The caller owns this value and passes it by reference, so sibling updates cannot share or overwrite one another's results.

public struct LayoutMeasurements
Inherited Members

Fields

ArrangedRect

Final border-edge rectangle produced by arrangement.

public Rect ArrangedRect

Field Value

Rect

DesiredSize

Desired margin-box size produced by measurement.

public Size DesiredSize

Field Value

Size