ILayoutRoot Interface

Defines the root of a layoutable tree.

Definition

Namespace: Avalonia.Layout
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
[NotClientImplementableAttribute]
public interface ILayoutRoot

Properties

ClientSize The size available to lay out the controls.
LayoutScaling The scaling factor to use in layout.

See Also