IEmbeddedLayoutRoot Interface

A special layout root with enforced size for Arrange pass

Definition

Namespace: Avalonia.Layout
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public interface IEmbeddedLayoutRoot : ILayoutRoot
Implements
ILayoutRoot

Properties

AllocatedSize 
ClientSize The size available to lay out the controls.
(Inherited from ILayoutRoot)
LayoutScaling The scaling factor to use in layout.
(Inherited from ILayoutRoot)

See Also