Skip to main content

ILayoutRoot Interface

Not client implementable.

Note: This interface is not client implementable. You need to enable PrivateApi if you want to implement this interface.

Defines the root of a layoutable tree.

Definition

Namespace: Avalonia.Layout
Assembly: Avalonia.Base (in Avalonia.Base.dll)

[NotClientImplementableAttribute]
public interface ILayoutRoot
View Source

Properties

ClientSizeThe size available to lay out the controls.
LayoutScalingThe scaling factor to use in layout.

See Also

Reference

Avalonia.Layout Namespace