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)
- C#
- VB
- F#
[NotClientImplementableAttribute]
public interface ILayoutRoot
<NotClientImplementableAttribute>
Public Interface ILayoutRoot
[<NotClientImplementableAttribute>]
type ILayoutRoot = interface end
Properties
ClientSize | The size available to lay out the controls. |
LayoutScaling | The scaling factor to use in layout. |