Table of Contents

Interface ILayoutRoot

Namespace
Avalonia.Layout
Assembly
Avalonia.Base.dll

Defines the root of a layoutable tree.

[NotClientImplementable]
public interface ILayoutRoot

Properties

ClientSize

The size available to lay out the controls.

Size ClientSize { get; }

Property Value

Size

LayoutScaling

The scaling factor to use in layout.

double LayoutScaling { get; }

Property Value

double