Table of Contents

Constructor DefaultLayoutEventArgs

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

DefaultLayoutEventArgs(Control, LayoutStyle, RectD, IReadOnlyList<Control>)

Initializes a new instance of the DefaultLayoutEventArgs class.

public DefaultLayoutEventArgs(Control container, LayoutStyle layout, RectD bounds, IReadOnlyList<Control> children)

Parameters

container Control

Container control which childs need to be processed.

layout LayoutStyle

Layout style to use.

bounds RectD

Rectangle in which layout is performed.

children IReadOnlyList<Control>

List of controls to layout.