Interface ILayoutRoot
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
LayoutScaling
The scaling factor to use in layout.
double LayoutScaling { get; }